commit | 6a3c8aff0439c8406082760c54b26e00ff19a90c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 14:13:40 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 14:13:40 2016 +0100 |
tree | 86ebbe5a6b694be2388a0cece726e85628d572c2 | |
parent | 05fe017c1ac0503b706dad695097572fde01ab0b [diff] [blame] |
patch 7.4.1076 Problem: CTRL-A does not work well in right-left mode. Solution: Remove reversing the line, add a test. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 0eaa1b1..275dd90 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1076, +/**/ 1075, /**/ 1074,