File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,10 @@ If you want your gist to be private by default:
142142
143143 let g:gist_post_private = 1
144144
145+ If you want your gist to be anonymous by default:
146+
147+ let g:gist_post_anonymous = 1
148+
145149If you want to manipulate multiple files in a gist:
146150
147151 let g:gist_get_multiplefile = 1
@@ -240,3 +244,5 @@ list of ["Authorized applications" on GitHub's "Account Settings"
240244page] [ uas ] .
241245
242246[ uas ] : https://github.com/settings/applications
247+
248+ ** Note:** the username is optional if you only send anonymous gists.
Original file line number Diff line number Diff line change @@ -150,7 +150,10 @@ If you want to show your private gists with ":Gist -l": >
150150If you want your gist to be private by default: >
151151
152152 let g:gist_post_private = 1
153+ <
154+ If you want your gist to be anonymous by default: >
153155
156+ let g:gist_post_anonymous = 1
154157<
155158If you want to edit all files for gists containing more than one: >
156159
@@ -270,6 +273,8 @@ Then, add following into your ~/.vimrc
270273<
271274This is not secure at all, so strongly discouraged.
272275
276+ NOTE: the username is optional if you only send anonymous gists.
277+
273278==============================================================================
274279FAQ *gist-vim-faq*
275280
You can’t perform that action at this time.
0 commit comments