mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 08:26:45 -04:00
668ccd97b6
Problem: SPACE_IN_FILENAME is defined on most platforms but not on Unix.
As a result, set_context_for_wildcard_arg() on Unix always resets the
completion pattern at white space for Ex commands that take a
single file argument.
Solution: Drop the SPACE_IN_FILENAME ifdef (Maxim Kim)
fixes: vim/vim#18411
closes: vim/vim#20090
https://github.com/vim/vim/commit/c2bda0add96a18328299e9fe6d75925049a5146a
Co-authored-by: Maxim Kim <habamax@gmail.com>