commit | df36514a6455342e178af693553ef9df9fcf8c83 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 03 20:01:45 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 03 20:01:45 2021 +0200 |
tree | 4acc1d74a3bd59c2b226817d12b94daa9752b54d | |
parent | 97a6c6a1fb6043fd6520fbaaafc6970334186167 [diff] [blame] |
patch 8.2.2829: some comments are not correct or clear Problem: Some comments are not correct or clear. Solution: Adjust the comments. Add test for cursor position.
diff --git a/src/version.c b/src/version.c index 444f35f..b256620 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2829, +/**/ 2828, /**/ 2827,