]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0416: Unix: filename completion splits at space for single-file Ex commands v9.2.0416
authorMaxim Kim <habamax@gmail.com>
Wed, 29 Apr 2026 17:14:11 +0000 (17:14 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 29 Apr 2026 17:19:35 +0000 (17:19 +0000)
commitc2bda0add96a18328299e9fe6d75925049a5146a
tree3b60a4f334ec23752f1ef4ef4c8d1b6807b88239
parent6453a7c440648f938a9bde83213ffcf3903f44be
patch 9.2.0416: Unix: filename completion splits at space for single-file Ex commands

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:  #18411
closes: #20090

Signed-off-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/todo.txt
runtime/doc/version9.txt
src/cmdexpand.c
src/os_amiga.h
src/os_dos.h
src/os_mac.h
src/os_vms_conf.h
src/testdir/test_cmdline.vim
src/version.c