1
0
forked from aniani/vim

patch 8.2.2385: "gj" and "gk" do not work correctly when inside a fold

Problem:    "gj" and "gk" do not work correctly when inside a fold.
Solution:   Move check for folding. (closes #7724, closes #4095)
This commit is contained in:
Bram Moolenaar
2021-01-21 17:03:07 +01:00
parent 5e6a7aa2b2
commit e71996bd08
3 changed files with 48 additions and 20 deletions

View File

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