mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-02-12 13:11:56 +08:00
Added debuging function.
This commit is contained in:
@@ -130,6 +130,8 @@ function! s:Init() "{{{
|
||||
let b:delimitMate_left_delims = split(s:matchpairs_temp, ':.,\=')
|
||||
let b:delimitMate_right_delims = split(s:matchpairs_temp, ',\=.:')
|
||||
|
||||
let b:delimitMate_buffer = []
|
||||
|
||||
call s:UnMap()
|
||||
if b:delimitMate_autoclose
|
||||
call delimitMate#AutoClose()
|
||||
|
||||
Reference in New Issue
Block a user