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
On some commands (e.g. :e) it looks like cmp_cmdline completes files without respecting wildignore. If the trigger characters . or / are pressed, then the completion is provided by cmp_path.
I just patchedcmp_path so that it respects wildignore. I was trying to do the same for cmp_cmdline, but couldn't figure out where the filenames are generated.
Any pointers?
Thanks
The text was updated successfully, but these errors were encountered:
Hi There,
On some commands (e.g.
:e
) it looks likecmp_cmdline
completes files without respectingwildignore
. If the trigger characters.
or/
are pressed, then the completion is provided bycmp_path
.I just patched
cmp_path
so that it respectswildignore
. I was trying to do the same forcmp_cmdline
, but couldn't figure out where the filenames are generated.Any pointers?
Thanks
The text was updated successfully, but these errors were encountered: