commit | e71996bd0865659bde5450f466bc3e53e83431b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 17:03:07 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 17:03:07 2021 +0100 |
tree | fe75fc9ed0da7b204c44b0447fec13b3896b2809 | |
parent | 5e6a7aa2b26077775906eb8411952dc6259694de [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index a90c645..faa2777 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2385, +/**/ 2384, /**/ 2383,