commit | ca0c9fcda04f532f2dcb306ffb37672feba00c10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 21:22:44 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 21:22:44 2011 +0200 |
tree | 57bd0eb8f0abdeaa3c62701ee1b44d782101e0df | |
parent | e79d1535cf1933729bb7352123c12cb91fd2ce0c [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 756c636..c9d6e24 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 333, +/**/ 332, /**/ 331,