diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-06-27 22:17:37 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-06-27 22:17:37 +0100 |
commit | 944cc9ceba8868acd238264d4a3894803c566b37 (patch) | |
tree | 7a901be2f02ec0e9c43051471da42e2d28e3f413 /src/version.c | |
parent | 069a7d561bbe7e3b9bf132f71b7121c59f99e8f1 (diff) | |
download | vim-git-944cc9ceba8868acd238264d4a3894803c566b37.tar.gz |
patch 8.2.5170: tiny issuesv8.2.5170
Problem: Tiny issues.
Solution: Tiny improvements.
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 4a7e83f9c..abe9d3608 100644 --- a/src/version.c +++ b/src/version.c @@ -736,6 +736,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5170, +/**/ 5169, /**/ 5168, |