Hi! I'm sorry never response long time. Now, please let me change vim against for following problem. I hope these patch will be included in vim5.7. regards, ...
Hi, Patch 5.6.037 Problem: Multi-byte: Can't use "f" command with multi-byte character in GUI. Solution: Enable XIM in Normal mode for the GUI. (Sung-Hyun...
... I includes the On-The-Spot patch for gtk+ gui version made by Chi-Deok Hwang. I see it is worse than mozilla's on-the-spot feature. Screen flickers because...
Announcing: Vim (Vi IMproved) version 5.7 Author: Bram Moolenaar et al. Announcement ... This is a bug-fix release of Vim. Since version 5.6 bugs have been...
Hello, all. lines are: 1 2 .. Where ".." is a multibyte character. The cursor is at the multibyte character "..". 'b' command should back to the character...
multibyte one, I add Korean support and fix two bugs in cls() on search.c: 1. IsLeadByte(c) may not work correctly. (see gchar_cursor()) 2. For DBCS letter,...
Hello Vimmers, This is a BETA version of Vim 5.7. It includes all patches that have been sent out for 5.6, plus a few extras (new and updated syntax files,...
The format.vim is updated. - The "J" command bug is fixed. - The $format_join_spaces rule is also applied in Visual mode. What is format.vim? It allows users...
Hello, Today, I applied vim56 p73 - p90. And found a one problem from p87. I have no problem if I do ':!cat file' (Don't know the routine called by this...
Vim is charityware. This means that I ask users of Vim to donate money to help orphans in Uganda. Many people have done that, and there are a few Vim users...
Hi, Bram and all. I'm Yasuhiro Matsumoto. I made a patch for 'message line'. This make 'message line' showing multi-byte. How about this? ... *************** ...
Hello. I re-made a experimental patch for supporting Global IME on Vim for Windows. You can get compiled binary here. If you want to test Global IME...
Hello. I made a experimental patch for supporting Global IME on Vim for Windows. Global IME makes capability to input Chinese, Japanese, and Korean text into...
Below is a new version of the on-line help file for multi-byte. It has been expanded by Takuhiro Nishioka. Please have a look and give me suggestions for...
Hello, Bram Moolenaar and vim-multibyte. There is one problem of multibyte character input. It is cannot input CSI (0x9B) as a part of multibyte character,...
Hi. if replacing double-byte with single-bute, cursor move next. I made patch. ... *************** *** 4533,4539 **** else if (IsLeadByte(prechar)) { ...
Oleg Raisky has updated his Vim reference guide to Vim version 5.6. This is the best Vim reference booklet I know. It is about 50 pages and contains a short...
... If it's possible to do this with one option instead of two, that looks like a good solution. Would be easier for the user, right? But perhaps there is a ...
... That is very nice. I looked through your changes and it they appear to be small. However, a few changes look like they might cause problems when used in...
... I see the problem. Thanks for making a patch for this. I'll bring it out as an official patch, with the extra check for NUL added: ... *************** ...
As you all know (or should know), Vim is distributed under the charityware concept: If you like using Vim, you are requested to help a childrens centre in...
Not too long ago, Matsumoto made a patch to fix a multi-byte problem with the tear-off menu and dialog fonts. This was then enhanced by Muraoka. I now added...
Here is a script for formatting multibyte text, the language which do not insert spaces between words. Originally written by Taro Muraoka, modified by Takuhiro...
Dear Rob, I heard your patch from Mr. Nam and find it in vim-dev mailing list. (I'm not subscribed the mailing list. I just see it via egroups.com) The...