Added debuging function.

This commit is contained in:
Israel Chauca Fuentes
2010-05-04 12:28:10 -05:00
parent 1e7a5c7f6e
commit eb03c7058e
2 changed files with 75 additions and 0 deletions

View File

@@ -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()