diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-10 14:13:40 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-10 14:13:40 +0100 |
commit | 6a3c8aff0439c8406082760c54b26e00ff19a90c (patch) | |
tree | 86ebbe5a6b694be2388a0cece726e85628d572c2 /src/version.c | |
parent | 05fe017c1ac0503b706dad695097572fde01ab0b (diff) | |
download | vim-git-6a3c8aff0439c8406082760c54b26e00ff19a90c.tar.gz |
patch 7.4.1076v7.4.1076
Problem: CTRL-A does not work well in right-left mode.
Solution: Remove reversing the line, add a test. (Hirohito Higashi)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 0eaa1b11e..275dd904d 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 */ /**/ + 1076, +/**/ 1075, /**/ 1074, |