mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-02-03 16:42:55 +08:00
Updated documentation about switch command.
This commit is contained in:
@@ -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: {{{
|
||||
|
||||
Reference in New Issue
Block a user