commit | 1159b168dd94c1a25b4284c6544de385855df6f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 28 21:53:56 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 28 21:53:56 2017 +0100 |
tree | 6f8f4e0dc5bea4c28f3f03298f05412221874719 | |
parent | b113c3a618113122e62697dd73427261f8c51b2c [diff] [blame] |
patch 8.0.0388: filtering lines changes folds Problem: filtering lines through "cat", without changing the line count, changes manual folds. Solution: Change how marks and folds are adjusted. (Matthew Malcomson, from neovim #6194.
diff --git a/src/version.c b/src/version.c index a0396d1..19d3322 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 388, +/**/ 387, /**/ 386,