comparison src/version.c @ 2722:ea399ac2c1b9 v7.3.138

updated for version 7.3.138 Problem: ":com" changes the multi-byte text of :echo. (Dimitar Dimitrov) Solution: Search for K_SPECIAL as a byte, not a character. (Ben Schmidt)
author Bram Moolenaar <bram@vim.org>
date Thu, 03 Mar 2011 15:54:50 +0100
parents 417c04135ca2
children 2e72d84e8965
comparison
equal deleted inserted replaced
2721:417c04135ca2 2722:ea399ac2c1b9
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 138,
717 /**/ 719 /**/
718 137, 720 137,
719 /**/ 721 /**/
720 136, 722 136,
721 /**/ 723 /**/