In Vim 6.0w the ":lmap" or language maps are used in Insert mode and other places where text is typed. For example when entering a search string. For the...
In the new Vim 6.0v I have added a list of aliases for encoding names. Some of these have been guessed, several are probably missing. Please check this list....
Hello. It becomes the following when vim-6.0t is made to work on Cygwin of Japanese edition Windows. * set charcode=japan -> euc-jp. * console of Japanese...
I have made a desktop calendar for 2001. On one side there is the usual 12-month info. On the other side you can find brief info about Vim and its charity:...
Hi! I am new to this list. I just discovered the fabulous filecharcode feature of vim 6. I would love to bugtest, and patch vim, especially the UTF-8 features....
Last Thursday I have done a presentation at the NLUUG conference in Ede, Holland. About two hundred people attended and hopefully enjoyed it. The title of the...
Hello. On Vim60j, there is a problem to show multibyte character as message. I have fixed with this patch. When multibyte characters were printing as message, ...
There will be two conferences at which I will give a speech related to Vim. Both are in the Netherlands, in "De Reehorst", Ede. Tuesday October 10: Linux2000...
Hi, If the width of the font for multi-byte characters is not twice as much as the width of the font for single-byte characters, the window gets broken on the...
Hi, Bram and All. This is small fix for mbyte-input. If typing mbyte on command mode, Vim will crash. ... *************** ... #ifdef FEAT_FKMAP ... #endif +...
... I have recompiled vim 6.0e with both multibyte and hebrew support (this should be default imo, by the way). when I launch vi -H Hebrew.utf8, I get my test...
I am using 6.0e I have absolutely no problem with my unicode (utf8) files as far as display goes, but I can't understand how to input. Concretely what I want...
Hello, I doubt it occurs only to me. guifontset does not work. gvim runs with default font (-adobe-*). Don't know my patch is correct, but seems work to me. ...
Hello, This gtk gui OnTheSpot patch (made by Chi-Deok Hwang) is fixed the 'hang' problem (The 1st patch had). Bram, I hope you include this patch in next...
Hello, I just re-made the OnTheSpot patch against vim-6.0b. It worked fine for me. If you have any problem with the OnTheSpot patch, please test with removing...
Hello, vim team, This is patch for vim-6.0b. The code included in vim-6.0b is a buggy one. (Sorry, Bram. That's my fault.) ... +++ search.c Mon Jul 17 21:58:26...
Invitation for Vim presentation There will be a presentation about Vim on the WAN event (We Are Networking). This is a camp site in the north-east of Holland...
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...