forked from aniani/vim
patch 9.0.0603: with 'nosplitscroll' folds are not handled correctly
Problem: With 'nosplitscroll' folds are not handled correctly. Solution: Take care of closed folds when moving the cursor. (Luuk van Baal, closes #11234)
This commit is contained in:
committed by
Bram Moolenaar
parent
7fc6c0e4da
commit
7c1cbb6cd4
@@ -699,6 +699,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
603,
|
||||
/**/
|
||||
602,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user