mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
Merge pull request #260 from aschrab/command-window
Do setup for command windows
This commit is contained in:
@@ -385,7 +385,7 @@ augroup delimitMate
|
|||||||
au FileType * call <SID>setup()
|
au FileType * call <SID>setup()
|
||||||
|
|
||||||
" Run on new buffers.
|
" Run on new buffers.
|
||||||
au BufNewFile,BufRead,BufEnter *
|
au BufNewFile,BufRead,BufEnter,CmdwinEnter *
|
||||||
\ if !exists('b:delimitMate_was_here') |
|
\ if !exists('b:delimitMate_was_here') |
|
||||||
\ call <SID>setup() |
|
\ call <SID>setup() |
|
||||||
\ let b:delimitMate_was_here = 1 |
|
\ let b:delimitMate_was_here = 1 |
|
||||||
|
|||||||
Reference in New Issue
Block a user