summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-03-13 19:02:41 +0100
committerBram Moolenaar <Bram@vim.org>2013-03-13 19:02:41 +0100
commita390bb6ad307115c5893788f8f7e1ba5576800e0 (patch)
tree39a9e4de8084e515c071de027c9c680b78879094 /src/version.c
parent4f8301f6415e86631dadbc19066ba0bc8550df49 (diff)
downloadvim-git-a390bb6ad307115c5893788f8f7e1ba5576800e0.tar.gz
updated for version 7.3.858v7.3.858
Problem: "gv" selects the wrong area after some operators. Solution: Save and restore the type of selection. (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 f865b72a7..dc224d631 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 858,
+/**/
857,
/**/
856,