Skip to content

Commit ae14451

Browse files
committed
Data.String.Interpolation: review fix - remove unlet
1 parent 5a07d6f commit ae14451

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/vital/__vital__/Data/String/Interpolation.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ function! s:interpolate(string, ...) abort
1313
let str = (s > 0 ? str[0:(s-1)] : '') . V . str[(e+1):]
1414
let vlen = type(V) is# v:t_string ? len(V) : len(string(V))
1515
let ps = s:_parse_first_idx_range(str, s + vlen)
16-
unlet V vlen
1716
endwhile
1817
return str
1918
endfunction

0 commit comments

Comments
 (0)