You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close match listing after buffer deletion to avoid likely errors on subsequent interactions (#357, patch from Andrius Grabauskas).
Fix E116 error opening filenames containing single quotes.
Deal with 'wildignore' (and g:CommandTWildIgnore) patterns of the form "*pattern" (eg. "*~", which would ignore files created with Vim's default 'backupext') (#369, patch from Steve Herrell).
Turn off 'signcolumn' in the match listing (#376).
Teach file scanner to skip over badly encoded strings.
Teach watchman scanner to tolerate broken watchman installation.