Clear s:tag before starting wrap function

This commit is contained in:
Alex Padgett 2012-03-02 10:24:19 -05:00
parent 09fd529c7a
commit b8b7ed84ee

View File

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