We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd74f4 commit c4aba40Copy full SHA for c4aba40
doc/gist-vim.txt
@@ -159,11 +159,21 @@ If you want to edit all files for gists containing more than one: >
159
160
let g:gist_get_multiplefile = 1
161
<
162
-
163
If you want to use on GitHub Enterprise: >
164
165
let g:gist_api_url = 'http://your-github-enterprise-domain/api/v3'
166
+If you want to open gist with current editing buffers: >
167
+
168
+ let g:gist_edit_with_buffers = 1
169
170
171
172
173
174
+If you want to open gist list/buffer as vertical split: >
175
176
+ let g:gist_list_vsplit = 1
177
178
If you want to update a gist, embed >
179
0 commit comments