0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

updated for version 7.3.333

Problem:    Using "." to repeat a Visual delete counts the size in bytes, not
            characters.  (Connor Lane Smith)
Solution:   Store the virtual column numbers instead of byte positions.
This commit is contained in:
Bram Moolenaar
2011-10-04 21:22:44 +02:00
parent e79d1535cf
commit ca0c9fcda0
2 changed files with 48 additions and 24 deletions

View File

@@ -709,6 +709,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
333,
/**/
332,
/**/