diff src/version.c @ 23687:09ad3f1b9714 v8.2.2385

patch 8.2.2385: "gj" and "gk" do not work correctly when inside a fold Commit: https://github.com/vim/vim/commit/e71996bd0865659bde5450f466bc3e53e83431b2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 21 17:03:07 2021 +0100 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 https://github.com/vim/vim/issues/7724, closes https://github.com/vim/vim/issues/4095)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Jan 2021 17:15:04 +0100
parents eb30aed2059f
children e7f5931b46ca
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2385,
+/**/
     2384,
 /**/
     2383,