mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-03-07 07:32:06 +08:00
delimitMate_offByDefault option to disable delimitMate by default
This commit is contained in:
@@ -237,7 +237,9 @@ function! s:DelimitMateDo(...) "{{{
|
|||||||
call s:init()
|
call s:init()
|
||||||
|
|
||||||
" Now, add magic:
|
" Now, add magic:
|
||||||
call s:Map()
|
if !exists("g:delimitMate_offByDefault") || !g:delimitMate_offByDefault
|
||||||
|
call s:Map()
|
||||||
|
endif
|
||||||
|
|
||||||
if a:0 > 0
|
if a:0 > 0
|
||||||
echo "delimitMate has been reset."
|
echo "delimitMate has been reset."
|
||||||
|
|||||||
Reference in New Issue
Block a user