commit | 5c8771bc5a2be123ab8e6325fa60ed524e8efb09 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Jan 24 12:34:03 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 12:34:03 2023 +0000 |
tree | a8c009f3c6c3ee35eb9da06730151ae0392d9c60 | |
parent | 6ec66660476562e643deceb7c325cd0e8c903663 [diff] [blame] |
patch 9.0.1238: :runtime completion can be further improved Problem: :runtime completion can be further improved. Solution: Also complete the {where} argument values and adjust the completion for that. (closes #11874)
diff --git a/src/version.c b/src/version.c index 30e9819..9eff969 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1238, +/**/ 1237, /**/ 1236,