Skip to content

Commit 3f1fa1e

Browse files
committed
whoops - typo in option name
1 parent b201199 commit 3f1fa1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/gist.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ if !exists('g:gist_detect_filetype')
144144
let g:gist_detect_filetype = 0
145145
endif
146146

147-
if !exists('g:gist_privates')
148-
let g:gist_privates = 0
147+
if !exists('g:gist_private')
148+
let g:gist_private = 0
149149
endif
150150

151151
if !exists('g:gist_show_privates')

0 commit comments

Comments
 (0)