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 c128d0c commit c39e5e3Copy full SHA for c39e5e3
plugin/gist.vim
@@ -12,10 +12,10 @@ endif
12
let g:loaded_gist_vim = 1
13
14
function! s:CompleteArgs(arg_lead,cmdline,cursor_pos)
15
- return ["-p", "-P", "-a", "-m", "-e", "-s", "-d", "+1", "-1", "-f", "-c", "-l", "-la", "-ls", "-b",
+ return filter(copy(["-p", "-P", "-a", "-m", "-e", "-s", "-d", "+1", "-1", "-f", "-c", "-l", "-la", "-ls", "-b",
16
\ "--listall", "--liststar", "--list", "--multibuffer", "--private", "--public", "--anonymous", "--description", "--clipboard",
17
\ "--rawurl", "--delete", "--edit", "--star", "--unstar", "--fork", "--browser"
18
- \ ]
+ \ ]), 'stridx(v:val, a:arg_lead)==0')
19
endfunction
20
21
command! -nargs=? -range=% -bang -complete=customlist,s:CompleteArgs Gist :call gist#Gist(<count>, "<bang>", <line1>, <line2>, <f-args>)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments