mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-01-19 01:23:01 +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()
|
||||
|
||||
" Now, add magic:
|
||||
call s:Map()
|
||||
if !exists("g:delimitMate_offByDefault") || !g:delimitMate_offByDefault
|
||||
call s:Map()
|
||||
endif
|
||||
|
||||
if a:0 > 0
|
||||
echo "delimitMate has been reset."
|
||||
|
||||
Reference in New Issue
Block a user