1
0
forked from aniani/vim

patch 8.2.0648: semicolon search does not work in first line

Problem:    Semicolon search does not work in first line.
Solution:   Allow the cursor to be in line zero. (Christian Brabandt,
            closes #5996)
This commit is contained in:
Bram Moolenaar
2020-04-27 19:29:01 +02:00
parent bc970da807
commit 0e71704b77
3 changed files with 17 additions and 2 deletions

View File

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