Add string next to the closing matchpair when at the eol. Closes #77.

This commit is contained in:
Israel Chauca Fuentes
2012-04-14 19:35:59 -04:00
parent a42dff4ad8
commit b65d719353
5 changed files with 58 additions and 18 deletions

View File

@@ -129,6 +129,9 @@ function! s:init() "{{{
" balance_matchpairs
call s:option_init("balance_matchpairs", 0)
" eol marker
call s:option_init("eol_marker", "")
let b:_l_delimitMate_buffer = []
endfunction "}}} Init()