1
0
forked from aniani/vim

patch 8.2.3122: with 'nowrap' cursor position is unexected in narrow window

Problem:    With 'nowrap' cursor position is unexected in narrow window.
            (Leonid V.  Fedorenchik)
Solution:   Put cursor on the last non-empty line. (closes #8525)
This commit is contained in:
Bram Moolenaar
2021-07-08 13:19:31 +02:00
parent 41fb723ee9
commit 30441bb3d5
5 changed files with 33 additions and 1 deletions

View File

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