1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-08-16 14:51:53 +01:00
parent e1f3fd1d02
commit e98c88c44c
4 changed files with 13 additions and 2 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
218,
/**/
217,
/**/