Merge pull request #260 from aschrab/command-window

Do setup for command windows
This commit is contained in:
Israel Chauca Fuentes
2017-06-19 00:53:36 -04:00
committed by GitHub

View File

@@ -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 |