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...
... I understand the problem now. How about this patch to fix it: ... *************** ... { for (;;) { + #ifdef MULTI_BYTE + if (is_dbcs && dir > 0 &&...
Dear Robert, Bram and vim-multibyte teams, I make another patch based on the Robert's work. I make some code clean up. screen_char_needs_redraw() is becomes...
... OK, thus the X-input method (XIM) is required for this. ... Enabling the XIM by default might cause problems for some people. I would not want to take the...
Hello, vim-multibyte. I add new two eval functions. These work as interface to IsLeadByte and IsTrailByte C function. It make easy to create script that treat...
The binary for Vim version 5.6 is now also available for the Macintosh. It was compiled and packed by Dany St-Amant. Directory: ftp://ftp.vim.org/pub/vim/mac ...
Dar Vimmers, It seems that there is no FAQ for this list (according to the mail list handler, anyway) and I can not locate an indexed archive, so I hope you...
I made patch because the substitution of the multi-byte character wasn't good. (For example when typing 'r' or 'R') It was changed to work as follows. ... ...
Hi , Bram This is about console version. Vim is mistaken for CSI if 0x9B is contained in the multi-byte character. At this time, until a time-out is done, Vim...
When cursor reach FEP(Front End Processor) line on consle mode, if starting FEP then screen is scrolled up. (For example, When you edit command...) I could not...
Hi. I want to re-define gq command for Japanese folding by vim scripts. So, I made mappings for each {motion}. nmap gq} :call JP_gq("}")<CR> nmap gq{ :call...
Marcin Dalecki has made a patch to add a few things to Vim 5.6, mostly multi-byte related. A few of the items: - Updated documentation - Use gettext() for...
The binary for Vim version 5.6 is now also available for VMS. It was compiled and packed by Zoltan Arpadffy. Directory: ftp://ftp.vim.org/pub/vim/vms SIZE...
Yesterday, I send patch for multibyte message. I improve it. This is fix of wrapping multibyte message. If cursor column is value 'Column-1', then multibyte...
Hi . Bram , vim-multibyte At operating file name in message line ... If it have multibyte character, then shown strange file name. I made patch for multibyte...
Thursday night, February 3, in a crowded party, the slashdot Beanie Awards have been presented. And guess what? Vim won! The category "Best Open Source Text...
Hello Vimmers! Vim has been nominated in the "First-Annual Slashdot Open Source Community Awards", also known as the "Slashdot Beanie Awards". There is a...
If vim user want to use multibyte tearoff menu then they must change source "gui_w32.c". Example.... From: #define DLG_FONT_NAME "MS Sans Serif" To: #define...
IME font is not changed when screen font is changed. IME composition window does not trace cursor. Please test. ... Taro Muraoka <koron@...> Problem:...
Hello Vimmers, In the first week of February, there will be a LinuxWorld conference and expo in New York city. I will be there, in the Tucows booth. There...
Hello I think... IME have better use same font as GUI. If I select "Select Font" from menu, ( or type ":set gfn=*") then vim show ChooseFont two times for a...
I think good of... The GVim must not use static font name on GUI tear off menu. It is possible that everyone don't have font "MS Sans Serif". Problem: Font of...
Announcing: Vim (Vi IMproved) version 5.6 Author: Bram Moolenaar et al. Announcement ... This is a bug-fix release of Vim. Since version 5.5 bugs have been...