summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-03-31 17:46:22 +0200
committerBram Moolenaar <Bram@vim.org>2015-03-31 17:46:22 +0200
commit7d2757a47204d00cd47e3db94f1bd248c499d4e3 (patch)
tree9532b358350513ba47c4700fc82962ed58c67551 /src/version.c
parent0e462411cafdd908356792b2c229ab6369103bca (diff)
downloadvim-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.c2
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,