commit | 7db3a8e3298bf7c7c3f74cc9c1add04f29e78d2d | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Jul 26 22:01:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 22:01:36 2022 +0100 |
tree | 19f71ae7d60a24136a029b9d12685924054d7a00 | |
parent | 30e212dac1d29536883c36918a465a38d81d6413 [diff] [blame] |
patch 9.0.0089: fuzzy argument completion doesn't work for shell commands Problem: Fuzzy argument completion doesn't work for shell commands. Solution: Check for cmdidx not being CMD_bang. (Yegappan Lakshmanan, closes #10769)
diff --git a/src/version.c b/src/version.c index 7c58424..74fb0e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 89, +/**/ 88, /**/ 87,