Add eol marker finished. Closes #102. Add s:g().

This commit is contained in:
Israel Chauca Fuentes
2013-06-19 00:06:10 -04:00
parent 8a8aad183f
commit d4ba528935
2 changed files with 26 additions and 10 deletions

View File

@@ -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", [])