commit | 441a7a94482f704b66253b8d08130f27b6b13736 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Sat Feb 18 20:15:44 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 20:15:44 2023 +0000 |
tree | 8af0a0b94c5a3852758fdd41dbb3a77f8afe2d1a | |
parent | 3e1ac1443af0bce41351b9d917651ac4fe41928d [diff] [blame] |
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)
diff --git a/src/testdir/test_fold.vim b/src/testdir/test_fold.vim index a35ea1e..e0119c4 100644 --- a/src/testdir/test_fold.vim +++ b/src/testdir/test_fold.vim Binary files differ