commit | 048d9d25214049dfde04c468c14bd1708fb692b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 06 22:21:11 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 06 22:21:11 2023 +0100 |
tree | 5e902e2b54814aa8df9c582b73eb564e0b28d5c0 | |
parent | 0b70aeb49d6dfd1879162f202150cb1ed5f024ad [diff] [blame] |
patch 9.0.1520: completion for option name includes all bool options Problem: Completion for option name includes all bool options. Solution: Do not recognize the "noinv" prefix. Prefix "no" or "inv" when appropriate.
diff --git a/src/version.c b/src/version.c index 2aa0ef7..35ea18a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1520, +/**/ 1519, /**/ 1518,