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