comparison src/version.c @ 7551:f624d7671e0c v7.4.1076

commit https://github.com/vim/vim/commit/6a3c8aff0439c8406082760c54b26e00ff19a90c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 14:13:40 2016 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 14:15:03 +0100
parents b80fb2cfd62b
children f0205ac9818f
comparison
equal deleted inserted replaced
7550:a38a2da9e741 7551:f624d7671e0c
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1076,
744 /**/ 746 /**/
745 1075, 747 1075,
746 /**/ 748 /**/
747 1074, 749 1074,
748 /**/ 750 /**/