commit | d3de178e5352fedf0f30b979f46a2fcbca24ea40 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Sep 01 12:58:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 12:58:52 2022 +0100 |
tree | a9bf6b52c8a69cd45d2e16c16265a89e7f5b1bf8 | |
parent | d83392a43a48c566c0f3b76382a3648584dae32b [diff] [blame] |
patch 9.0.0346: :horizontal modifier not fully supported Problem: :horizontal modifier not fully supported. Solution: Also use :horizontal for completion and user commands. (closes #11025)
diff --git a/src/version.c b/src/version.c index 0e46347..f6cdb1c 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 346, +/**/ 345, /**/ 344,