comparison 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
comparison
equal deleted inserted replaced
23686:bc2b820a579b 23687:09ad3f1b9714
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2385,
753 /**/ 755 /**/
754 2384, 756 2384,
755 /**/ 757 /**/
756 2383, 758 2383,
757 /**/ 759 /**/