mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-08-12 19:06:57 +08:00
Add -bar to commands.
This commit is contained in:
@@ -421,13 +421,13 @@ endfunction "}}}
|
|||||||
call s:DelimitMateDo()
|
call s:DelimitMateDo()
|
||||||
|
|
||||||
" Let me refresh without re-loading the buffer:
|
" Let me refresh without re-loading the buffer:
|
||||||
command! DelimitMateReload call s:DelimitMateDo(1)
|
command! -bar DelimitMateReload call s:DelimitMateDo(1)
|
||||||
|
|
||||||
" Quick test:
|
" Quick test:
|
||||||
command! DelimitMateTest silent call s:TestMappingsDo()
|
command! -bar DelimitMateTest silent call s:TestMappingsDo()
|
||||||
|
|
||||||
" Switch On/Off:
|
" Switch On/Off:
|
||||||
command! DelimitMateSwitch call s:DelimitMateSwitch()
|
command! -bar DelimitMateSwitch call s:DelimitMateSwitch()
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
" Autocommands: {{{
|
" Autocommands: {{{
|
||||||
|
|||||||
Reference in New Issue
Block a user