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:
Israel Chauca Fuentes
2013-06-18 16:02:37 -04:00
parent f2efe4331b
commit cfc6654855
3 changed files with 20 additions and 1 deletions

View File

@@ -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\)')