commit | cee9c844f27bceaba90362a3fa27a04d4d06c0fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 09 12:40:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 09 12:40:13 2022 +0100 |
tree | 1904095957e43d03004d20826b501e258de0a823 | |
parent | a016eeba7a5777ba1f2ec2dbcda7c96823bf9ab1 [diff] [blame] |
patch 8.2.4718: @@@ in the last line sometimes drawn in the wrong place Problem: @@@ in the last line sometimes drawn in the wrong place. Solution: Make sure the column is valid. (closes #10130)
diff --git a/src/version.c b/src/version.c index 1830d5f..f4eb4d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4718, +/**/ 4717, /**/ 4716,