commit | e3846cf1ebdc4af0b39885153b4703f71a9b919e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Feb 15 11:35:54 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 15 11:35:54 2022 +0000 |
tree | d230fecced7b46f59c33a6120da05d0fd87a06bc | |
parent | 8991be2ab4a9f3418ab41594a0c5b789c5cb0935 [diff] [blame] |
patch 8.2.4387: command line completion doesn't always work properly Problem: Command line completion doesn't always work properly. Solution: Adjust triggering after a "|". Add more tests. (Yegappan Lakshmanan, closes #9779)
diff --git a/src/version.c b/src/version.c index 6a4a577..eca2c74 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4387, +/**/ 4386, /**/ 4385,