commit | 3ef7cdf0fd040e7247bd395b51b107df0da081ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 20 17:57:51 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 20 17:57:51 2012 +0100 |
tree | 5e8bfb63d0389b63298a00cab540a7a8163c6283 | |
parent | 5af7d712763904e2018efb0485c520cd12935d54 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 73bb3ab..0b281a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 406, +/**/ 405, /**/ 404,