comparison src/version.c @ 7287:6fcadba9ec7a v7.4.949

commit https://github.com/vim/vim/commit/32a214e78df0120f92fe049eab1385c60f0cdb0b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 3 14:29:02 2015 +0100 patch 7.4.949 Problem: When using 'colorcolumn' and there is a sign with a fullwidth character the highlighting is wrong. (Andrew Stewart) Solution: Only increment vcol when in the right state. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Dec 2015 14:30:04 +0100
parents a34232b17763
children 32efe489afc5
comparison
equal deleted inserted replaced
7286:98cf372a9d0e 7287:6fcadba9ec7a
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 949,
744 /**/ 746 /**/
745 948, 747 948,
746 /**/ 748 /**/
747 947, 749 947,
748 /**/ 750 /**/