comparison src/version.c @ 31984:479c93ad4a3b v9.0.1324

patch 9.0.1324: "gj" and "gk" do not move correctly over a closed fold Commit: https://github.com/vim/vim/commit/441a7a94482f704b66253b8d08130f27b6b13736 Author: Luuk van Baal <luukvbaal@gmail.com> Date: Sat Feb 18 20:15:44 2023 +0000 patch 9.0.1324: "gj" and "gk" do not move correctly over a closed fold Problem: "gj" and "gk" do not move correctly over a closed fold. Solution: Use the same code as used for "j"/"k" to go to the next/previous line. (Luuk van Baal, closes #12007)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Feb 2023 21:30:03 +0100
parents 9113d903a2c6
children e0e1ba7daaf4
comparison
equal deleted inserted replaced
31983:6e76bc357434 31984:479c93ad4a3b
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1324,
698 /**/ 700 /**/
699 1323, 701 1323,
700 /**/ 702 /**/
701 1322, 703 1322,
702 /**/ 704 /**/