mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
Make jumping over space and CR expansions optional and off by default.
- Closes #130. - Closes #110. - As suggested in #95.
This commit is contained in:
@@ -113,6 +113,9 @@ function! s:init() "{{{
|
||||
endif
|
||||
call s:option_init("expand_cr", 0)
|
||||
|
||||
" jump_expansion
|
||||
call s:option_init("jump_expansion", 0)
|
||||
|
||||
" smart_matchpairs
|
||||
call s:option_init("smart_matchpairs", '^\%(\w\|\!\|£\|\$\|_\|["'']\s*\S\)')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user