comparison src/version.c @ 8399:7d1c42e3ce11 v7.4.1491

commit https://github.com/vim/vim/commit/20b4f463f4ab50fa9bcc9838aa94101fa5698125 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 5 17:25:39 2016 +0100 patch 7.4.1491 Problem: Visual-block shift breaks multi-byte characters. Solution: Compute column differently. (Yasuhiro Matsumoto) Add a test.
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Mar 2016 17:30:05 +0100
parents 1e58a938aafc
children eed1ca42f9aa
comparison
equal deleted inserted replaced
8398:3d307af63e17 8399:7d1c42e3ce11
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1491,
746 /**/ 748 /**/
747 1490, 749 1490,
748 /**/ 750 /**/
749 1489, 751 1489,
750 /**/ 752 /**/