Skip to content

Commit f74ef64

Browse files
committed
unlet scalar variable
1 parent 63c1312 commit f74ef64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/ctrlp.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ fu! s:MatchedItems(items, pat, limit)
571571
let items = s:narrowable() ? s:matched + s:mdata[3] : a:items
572572
let matcher = s:getextvar('matcher')
573573
if empty(matcher) || type(matcher) != 4 || !has_key(matcher, 'match')
574+
unlet matcher
574575
let matcher = s:matcher
575576
en
576577
if matcher != {}

0 commit comments

Comments
 (0)