summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-09-22 15:23:44 +0200
committerBram Moolenaar <Bram@vim.org>2013-09-22 15:23:44 +0200
commitec11aef914d3f1570c40e9795c145fffaf94edd4 (patch)
treef230bf2032661da939fe9a1b1308b918d8ed484a /src/version.c
parent6848c8b561e6c35a3e646c99a82e03c4aa5def92 (diff)
downloadvim-ec11aef914d3f1570c40e9795c145fffaf94edd4.zip
updated for version 7.4.034
Problem: Using "p" in Visual block mode only changes the first line. Solution: Repeat the put in all text in the block. (Christian Brabandt)
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 fc1880b90..ab6c3c17c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 34,
+/**/
33,
/**/
32,