summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-07-03 12:44:07 +0200
committerBram Moolenaar <Bram@vim.org>2015-07-03 12:44:07 +0200
commit9bb1930af908338b68588e988be9601ad144af07 (patch)
tree8af685485a0861282fe3229fa48c812cff8d290e /src/version.c
parent6a57cce04801d3e8fe30d0dcd31f9325b38de2fe (diff)
downloadvim-9bb1930af908338b68588e988be9601ad144af07.zip
patch 7.4.765
Problem: CTRL-A and CTRL-X in Visual mode do not always work well. Solution: Improvements for increment and decrement. (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 fe3b7fc5a..8336b6d62 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 */
/**/
+ 765,
+/**/
764,
/**/
763,