diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-08-27 07:33:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-27 07:33:29 +0800 |
commit | 58b29e344c639e47fd916129d2195883537357b6 (patch) | |
tree | 2a6d4599e7549786d624756ac8d6e4cfd46fce83 /src/nvim/ex_getln.c | |
parent | d5e08837128530f05b2fc8900e826f767e4961ee (diff) | |
parent | 608134794d2a039358825396b860a7f432c1a4bd (diff) | |
download | rneovim-58b29e344c639e47fd916129d2195883537357b6.tar.gz rneovim-58b29e344c639e47fd916129d2195883537357b6.tar.bz2 rneovim-58b29e344c639e47fd916129d2195883537357b6.zip |
Merge pull request #19962 from zeertzjq/vim-9.0.0278
vim-patch:9.0.{0278,0279,0283,0284}: cmdline completion patches
Diffstat (limited to 'src/nvim/ex_getln.c')
-rw-r--r-- | src/nvim/ex_getln.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ex_getln.c b/src/nvim/ex_getln.c index d73a57ad75..081aa80778 100644 --- a/src/nvim/ex_getln.c +++ b/src/nvim/ex_getln.c @@ -1808,6 +1808,7 @@ static int command_line_handle_key(CommandLineState *s) // menu (if present) cmdline_pum_cleanup(&ccline); } + if (nextwild(&s->xpc, WILD_ALL, 0, s->firstc != '@') == FAIL) { break; } |