Skip to content

Commit c4aba40

Browse files
committed
Update doc
1 parent afd74f4 commit c4aba40

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/gist-vim.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,21 @@ If you want to edit all files for gists containing more than one: >
159159
160160
let g:gist_get_multiplefile = 1
161161
<
162-
163162
If you want to use on GitHub Enterprise: >
164163
165164
let g:gist_api_url = 'http://your-github-enterprise-domain/api/v3'
166165
<
166+
If you want to open gist with current editing buffers: >
167+
168+
let g:gist_edit_with_buffers = 1
169+
170+
If you want to open gist with current editing buffers: >
171+
172+
let g:gist_edit_with_buffers = 1
173+
174+
If you want to open gist list/buffer as vertical split: >
175+
176+
let g:gist_list_vsplit = 1
167177
168178
If you want to update a gist, embed >
169179

0 commit comments

Comments
 (0)