mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
Add string next to the closing matchpair when at the eol. Closes #77.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user