commit | b0d45ec67f4976318f199a7929ad3bcf93686fd0 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Jan 25 15:04:22 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 25 15:04:22 2023 +0000 |
tree | f3e8c92e790367c6f4886da4cc48e94bff4fe2f8 | |
parent | b58201035060d223d4d795ef9c3bc6b171eee9af [diff] [blame] |
patch 9.0.1242: code for :runtime completion is not consistent Problem: Code for :runtime completion is not consistent. Solution: Make code for cmdline expansion more consistent. (closes #11875)
diff --git a/src/version.c b/src/version.c index cfe6e6a..5c59444 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1242, +/**/ 1241, /**/ 1240,