commit | ded2782783f352201ac0b05c6dbe4831adb4a58b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 14:27:34 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 14:27:34 2017 +0100 |
tree | 070f8f840fbb4d2558d3d9853dfdfd8b94551e00 | |
parent | c4bfedabe057c05f09a455a5851089e177fa9c00 [diff] [blame] |
patch 8.0.0135 Problem: An address relative to the current line, ":.,+3y", does not work properly on a closed fold. (Efraim Yawitz) Solution: Correct for including the closed fold. (Christian Brabandt)
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index c78e34b..072c61c 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -151,6 +151,7 @@ test_display.res \ test_farsi.res \ test_fnameescape.res \ + test_fold.res \ test_gf.res \ test_gn.res \ test_gui.res \