Skip to content

Commit a2c32b3

Browse files
mattntimfeirg
authored andcommitted
unlet scalar variable
1 parent adea3f0 commit a2c32b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)