Skip to content

Commit

Permalink
Do setup for command windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aschrab committed Jun 18, 2017
1 parent b571905 commit 9814395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/delimitMate.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 9814395

Please sign in to comment.