commit | 3770f4c9cde7b5fcd10b6fa2e665cd0b69450fb2 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Jan 22 18:38:51 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 18:38:51 2023 +0000 |
tree | 2537444947feb570db10bbf8472aae375fdc7d16 | |
parent | f3da4c8427b1b12d7aaffa307ec085ca97ea9ad9 [diff] [blame] |
patch 9.0.1231: completion of :runtime does not handle {where} argument Problem: Completion of :runtime does not handle {where} argument. Solution: Parse the {where} argument. (closes #11863)
diff --git a/src/version.c b/src/version.c index 4e66d9f..0d595db 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1231, +/**/ 1230, /**/ 1229,