diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-01-25 15:04:22 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-01-25 15:04:22 +0000 |
commit | b0d45ec67f4976318f199a7929ad3bcf93686fd0 (patch) | |
tree | f3e8c92e790367c6f4886da4cc48e94bff4fe2f8 /src/version.c | |
parent | b58201035060d223d4d795ef9c3bc6b171eee9af (diff) | |
download | vim-git-9.0.1242.tar.gz |
patch 9.0.1242: code for :runtime completion is not consistentv9.0.1242
Problem: Code for :runtime completion is not consistent.
Solution: Make code for cmdline expansion more consistent. (closes #11875)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index cfe6e6a65..5c5944464 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1242, +/**/ 1241, /**/ 1240, |