Merge pull request #158 from peter50216/patch-1

Run DelimitMateDo() when loading plugin.
This commit is contained in:
Israel Chauca Fuentes
2014-01-07 13:07:19 -08:00

View File

@@ -342,6 +342,8 @@ endfunction "}}}
" Commands: {{{
call s:DelimitMateDo()
" Let me refresh without re-loading the buffer:
command! -bar DelimitMateReload call s:DelimitMateDo(1)
@@ -366,7 +368,6 @@ augroup delimitMate
\ call <SID>DelimitMateDo() |
\ let b:delimitMate_was_here = 1 |
\ endif
autocmd VimEnter * call <SID>DelimitMateDo()
augroup END
"}}}