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