commit | 90c2353365c5da40dec01b09e1f482983cf7f55d | [log] [tgz] |
---|---|---|
author | Kota Kato <github@kat0h.com> | Wed Jan 18 15:27:38 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 18 15:27:38 2023 +0000 |
tree | a47d5f873b94349f6a11669d744957847be8dfd6 | |
parent | 486fc25a295464d107264b63997bdbe3745e3c71 [diff] [blame] |
patch 9.0.1218: completion includes functions that don't work Problem: Completion includes functions that don't work. Solution: Skip functions that are not implemented. (Kota Kato, closes #11845)
diff --git a/src/version.c b/src/version.c index 4c7d896..1cac4b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1218, +/**/ 1217, /**/ 1216,