mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
Do not expand cr and space inside quotes by default. Close #153.
- Add delimitMate_expand_inside_quotes. - Add tests.
This commit is contained in:
@@ -108,6 +108,9 @@ function! s:init() "{{{
|
||||
endif
|
||||
call s:option_init("expand_cr", 0)
|
||||
|
||||
" expand_in_quotes
|
||||
call s:option_init('expand_inside_quotes', 0)
|
||||
|
||||
" jump_expansion
|
||||
call s:option_init("jump_expansion", 0)
|
||||
|
||||
@@ -395,4 +398,4 @@ augroup END
|
||||
|
||||
let &cpo = save_cpo
|
||||
" GetLatestVimScripts: 2754 1 :AutoInstall: delimitMate.vim
|
||||
" vim:foldmethod=marker:foldcolumn=4
|
||||
" vim:foldmethod=marker:foldcolumn=4:ts=2:sw=2
|
||||
|
||||
Reference in New Issue
Block a user