Add -bar in the commands
This commit is contained in:
parent
cfc99eedb5
commit
05c00bfd18
@ -68,19 +68,21 @@ augroup neosnippet "{{{
|
|||||||
augroup END"}}}
|
augroup END"}}}
|
||||||
|
|
||||||
" Commands. "{{{
|
" Commands. "{{{
|
||||||
command! -nargs=? -complete=customlist,neosnippet#commands#_edit_complete
|
command! -nargs=? -bar
|
||||||
|
\ -complete=customlist,neosnippet#commands#_edit_complete
|
||||||
\ NeoSnippetEdit
|
\ NeoSnippetEdit
|
||||||
\ call neosnippet#commands#_edit(<q-args>)
|
\ call neosnippet#commands#_edit(<q-args>)
|
||||||
|
|
||||||
command! -nargs=? -complete=customlist,neosnippet#commands#_filetype_complete
|
command! -nargs=? -bar
|
||||||
|
\ -complete=customlist,neosnippet#commands#_filetype_complete
|
||||||
\ NeoSnippetMakeCache
|
\ NeoSnippetMakeCache
|
||||||
\ call neosnippet#commands#_make_cache(<q-args>)
|
\ call neosnippet#commands#_make_cache(<q-args>)
|
||||||
|
|
||||||
command! -nargs=1 -complete=file
|
command! -nargs=1 -bar -complete=file
|
||||||
\ NeoSnippetSource
|
\ NeoSnippetSource
|
||||||
\ call neosnippet#commands#_source(<q-args>)
|
\ call neosnippet#commands#_source(<q-args>)
|
||||||
|
|
||||||
command! NeoSnippetClearMarkers
|
command! -bar NeoSnippetClearMarkers
|
||||||
\ call neosnippet#commands#_clear_markers()
|
\ call neosnippet#commands#_clear_markers()
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user