diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-05-03 20:01:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-05-03 20:01:45 +0200 |
commit | df36514a6455342e178af693553ef9df9fcf8c83 (patch) | |
tree | 4acc1d74a3bd59c2b226817d12b94daa9752b54d /src/version.c | |
parent | 97a6c6a1fb6043fd6520fbaaafc6970334186167 (diff) | |
download | vim-git-8.2.2829.tar.gz |
patch 8.2.2829: some comments are not correct or clearv8.2.2829
Problem: Some comments are not correct or clear.
Solution: Adjust the comments. Add test for cursor position.
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 444f35fda..b25662094 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2829, +/**/ 2828, /**/ 2827, |