comparison src/version.c @ 2661:a03f7551bacc v7.3.081

updated for version 7.3.081 Problem: Non-printable characters in 'statusline' cause trouble. (ZyX) Solution: Use transstr(). (partly by Caio Ariede)
author Bram Moolenaar <bram@vim.org>
date Wed, 08 Dec 2010 19:56:58 +0100
parents e19ecdb13f34
children fd3346e3ccc0
comparison
equal deleted inserted replaced
2660:e19ecdb13f34 2661:a03f7551bacc
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 81,
717 /**/ 719 /**/
718 80, 720 80,
719 /**/ 721 /**/
720 79, 722 79,
721 /**/ 723 /**/