mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
Add eol marker finished. Closes #102. Add s:g().
This commit is contained in:
@@ -64,7 +64,7 @@ function! s:init() "{{{
|
||||
|
||||
" quotes
|
||||
call s:option_init("quotes", "\" ' `")
|
||||
call s:option_init("quotes_list", split(b:_l_delimitMate_quotes))
|
||||
call s:option_init("quotes_list", split(b:_l_delimitMate_quotes, '\zs'))
|
||||
|
||||
" nesting_quotes
|
||||
call s:option_init("nesting_quotes", [])
|
||||
|
||||
Reference in New Issue
Block a user