Add option delimitMate_insert_eol_marker. Closes #195.

This commit is contained in:
Israel Chauca Fuentes
2015-01-08 17:14:27 -05:00
parent 21a3ade90c
commit e7b4dedb84
4 changed files with 60 additions and 7 deletions

View File

@@ -140,6 +140,7 @@ function! s:init() "{{{
" balance_matchpairs
call s:option_init("balance_matchpairs", 0)
" eol marker
call s:option_init("insert_eol_marker", 1)
call s:option_init("eol_marker", "")
" Everything is fine.
return 1