commit | 145a6afe3a4be54689af5233710c85346ba1e5da | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Jan 22 12:41:55 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 12:41:55 2023 +0000 |
tree | 5fbf33c2bf076ffebc05b94fb286f4dcda114b74 | |
parent | a6759381a590b2d395e05b109ca9ccfc356be5a8 [diff] [blame] |
patch 9.0.1228: fuzzy menu completion is only tested in the GUI Problem: Fuzzy menu completion is only tested in the GUI. Solution: Make fuzzy menu completion test work without GUI. (closes #11861)
diff --git a/src/version.c b/src/version.c index ebcd70f..361567b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1228, +/**/ 1227, /**/ 1226,