mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-16 01:17:07 +08:00
Add option delimitMate_insert_eol_marker. Closes #195.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user