iamnewton / dotfiles

UNIX-based system configuration for software development
https://github.com/iamnewton/dotfiles#readme
GNU General Public License v3.0
9 stars 3 forks source link

CtrlP bug #52

Closed iamnewton closed 3 years ago

iamnewton commented 9 years ago
fu! s:highlight(pat, grp)
        if s:matcher != {} | retu | en
-       cal clearmatches()
+       cal matchdelete(v:val)
        if !empty(a:pat) && s:ispath
                let pat = s:regexp ? substitute(a:pat, '\\\@<!\^', '^> \\zs', 'g') : a:pat
                if s:byfname
iamnewton commented 3 years ago

Not seeing this anymore.