| 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] |
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.