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/version.c b/src/version.c index 723544f..b3f7c97 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 135, +/**/ 134, /**/ 133,