commit | 7d2757a47204d00cd47e3db94f1bd248c499d4e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 31 17:46:22 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 31 17:46:22 2015 +0200 |
tree | 9532b358350513ba47c4700fc82962ed58c67551 | |
parent | 0e462411cafdd908356792b2c229ab6369103bca [diff] [blame] |
updated for version 7.4.686 Problem: "zr" and "zm" do not take a count. Solution: Implement the count, restrict the fold level to the maximum nesting depth. (Marcin Szamotulski)
diff --git a/src/version.c b/src/version.c index 6156c37..89e7084 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 686, +/**/ 685, /**/ 684,