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

@@ -309,6 +309,21 @@ only if you don't want any of the features it provides on those file types.
e.g.: >
let delimitMate_excluded_ft = "mail,txt"
<
------------------------------------------------------------------------------
*'delimitMate_insert_eol_marker'*
Values: Integer ~
Default: 1 ~
Whether to insert the eol marker (EM) or not. The EM is inserted following
rules:
0 -> never
1 -> when inserting any matchpair
2 -> when expanding car return in matchpair
e.g.: >
au FileType c,perl let b:delimitMate_insert_eol_marker = 2
<
------------------------------------------------------------------------------
*'delimitMate_eol_marker'*
Values: String. ~