]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1636: expanding a pattern interferes with cmdline completion v9.0.1636
authorzeertzjq <zeertzjq@outlook.com>
Thu, 15 Jun 2023 21:51:57 +0000 (22:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Jun 2023 21:51:57 +0000 (22:51 +0100)
commit094dd152fe1d47878ec6c0b3f54b03ffde7f4a2d
tree800ef9ce98fd3165531e4c8f03c241fc95dba760
parentda51ad51bf4fbd66619786d0e6a83fb3ca09930b
patch 9.0.1636: expanding a pattern interferes with cmdline completion

Problem:    Expanding a pattern interferes with command line completion.
Solution:   Set the file index only when appropriate. (closes #12519)
src/cmdexpand.c
src/testdir/test_cmdline.vim
src/version.c