commit | e98c88c44c308edaea5994b8ad4363e65030968c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 14:51:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 14:51:53 2022 +0100 |
tree | ee95f55436a1d8c2cd18a8f932adc7ac14a6b409 | |
parent | e1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8 [diff] [blame] |
patch 9.0.0218: reading before the start of the line Problem: Reading before the start of the line. Solution: When displaying "$" check the column is not negative.
diff --git a/src/version.c b/src/version.c index 5c7e3a9..5d9f9f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 218, +/**/ 217, /**/ 216,