Do setup for command windows

This commit is contained in:
Aaron Schrab
2017-06-18 18:35:29 -04:00
parent b5719054be
commit 98143957cf

View File

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