commit | 9bb1930af908338b68588e988be9601ad144af07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 03 12:44:07 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 03 12:44:07 2015 +0200 |
tree | 8af685485a0861282fe3229fa48c812cff8d290e | |
parent | 6a57cce04801d3e8fe30d0dcd31f9325b38de2fe [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index fe3b7fc..8336b6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 765, +/**/ 764, /**/ 763,