comparison src/version.c @ 3275:fbb23bd517f8 v7.3.406

updated for version 7.3.406 Problem: Multi-byte characters in b:browsefilter are not handled correctly. Solution: First use convert_filter() normally and then convert to wide characters. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Jan 2012 17:57:51 +0100
parents c75a8d2404bd
children 55cebc7e5de0
comparison
equal deleted inserted replaced
3274:26e46538d65b 3275:fbb23bd517f8
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 406,
717 /**/ 719 /**/
718 405, 720 405,
719 /**/ 721 /**/
720 404, 722 404,
721 /**/ 723 /**/