Clear s:tag before starting wrap function
This commit is contained in:
parent
09fd529c7a
commit
b8b7ed84ee
@ -127,6 +127,7 @@ endfunction
|
||||
function! s:wrap(string,char,type,...)
|
||||
let keeper = a:string
|
||||
let newchar = a:char
|
||||
let s:tag = ""
|
||||
let type = a:type
|
||||
let linemode = type ==# 'V' ? 1 : 0
|
||||
let special = a:0 ? a:1 : 0
|
||||
|
Loading…
Reference in New Issue
Block a user