Updated documentation about switch command.

This commit is contained in:
Israel Chauca Fuentes
2010-05-11 01:40:15 -05:00
parent 8d720b8932
commit 6d4113e3c3
2 changed files with 10 additions and 2 deletions

View File

@@ -77,13 +77,14 @@ function! s:DelimitMateDo() "{{{
endtry
endfunction "}}}
function! s:DelimitMateSwitch()
function! s:DelimitMateSwitch() "{{{
if b:delimitMate_enabled
call delimitMate#UnMap()
else
call delimitMate#Init()
endif
endfunction
endfunction "}}}
"}}}
" Commands: {{{