commit | 5d1bc78a2b9fbe3e3112afcde7c80eb19d5989f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 13:03:48 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 13:03:48 2015 +0200 |
tree | 5063777a3da9f1820380678fb550a554d55b7081 | |
parent | fe6f18687761403470979feef8fe8ce582ae3b60 [diff] [blame] |
patch 7.4.782 Problem: Still a few problems with CTRL-A and CTRL-X in Visual mode. Solution: Fix the reported problems. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index e5f2887..4c90f1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 782, +/**/ 781, /**/ 780,