diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-03-31 17:46:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-03-31 17:46:22 +0200 |
commit | 7d2757a47204d00cd47e3db94f1bd248c499d4e3 (patch) | |
tree | 9532b358350513ba47c4700fc82962ed58c67551 /src/version.c | |
parent | 0e462411cafdd908356792b2c229ab6369103bca (diff) | |
download | vim-7d2757a47204d00cd47e3db94f1bd248c499d4e3.zip |
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 6156c3731..89e70848a 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 686, +/**/ 685, /**/ 684, |