diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-11-26 18:59:19 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-11-26 18:59:19 +0000 |
commit | 837ca8f43b9d6b8574a2bfdae219b17c84411730 (patch) | |
tree | 8c605645e82f033f047cffbe6c5e89a85cc723db /src/version.c | |
parent | f3f198b6349fe252b72975701e2f17d932b19c70 (diff) | |
download | vim-git-837ca8f43b9d6b8574a2bfdae219b17c84411730.tar.gz |
patch 9.0.0953: part of making search more efficient is missingv9.0.0953
Problem: Part of making search more efficient is missing.
Solution: Add the change in searchit().
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 758c4b56a..d16ff108e 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 */ /**/ + 953, +/**/ 952, /**/ 951, |