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/Makefile b/src/Makefile index d6a5ba4..4b29ae1 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2106,6 +2106,7 @@ test_filter_map \ test_fnameescape \ test_fnamemodify \ + test_fold \ test_glob2regpat \ test_gf \ test_gn \