commit | cc218ab3caf983a0dcd3399beb8e1ecfcf0dd25d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 04 18:23:22 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 04 18:23:22 2015 +0200 |
tree | 9246ca372020a59e3210a72bd54b212c485d0f66 | |
parent | 29bc9db36e41cb519dca9381cc29a3fc1ff02106 [diff] [blame] |
patch 7.4.806 Problem: CTRL-A in Visual mode doesn't work properly with "alpha" in 'nrformat'. Solution: Make it work. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 01fb7a8..714851b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 806, +/**/ 805, /**/ 804,