Update doc about #77.

This commit is contained in:
Israel Chauca Fuentes
2012-04-15 01:47:19 -04:00
parent d3ffebab74
commit 0f9563969d

View File

@@ -279,7 +279,8 @@ Values: String. ~
Default: Empty. ~
The contents of this string will be inserted after the closing matchpair when
the opening matchapair is inserted at the end of the line.
the opening matchapair is inserted at the end of the line. This feature only
works if the eol marker was inserted on the current insert session.
e.g.: >
au FileType c,perl let b:delimitMate_eol_marker = ";"
<