From 9bb1930af908338b68588e988be9601ad144af07 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 3 Jul 2015 12:44:07 +0200 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index fe3b7fc5a..8336b6d62 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 765, /**/ 764, /**/ -- cgit v1.2.3