comparison src/version.c @ 3125:992b24149a9e v7.3.333

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.
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Oct 2011 21:22:44 +0200
parents 0ecfe54a273f
children fdc723632298
comparison
equal deleted inserted replaced
3124:c5c07a5ef1fc 3125:992b24149a9e
707 NULL 707 NULL
708 }; 708 };
709 709
710 static int included_patches[] = 710 static int included_patches[] =
711 { /* Add new patch number below this line */ 711 { /* Add new patch number below this line */
712 /**/
713 333,
712 /**/ 714 /**/
713 332, 715 332,
714 /**/ 716 /**/
715 331, 717 331,
716 /**/ 718 /**/