... [...] ... [...] Against which version/patchlevel was this patch constructed? In the sources for 7.0.119 I have a fuzz factor of -7 lines ("* only redraw"...
A.J.Mechelynck
antoine.mechelynck@...
Oct 6, 2006 8:07 pm
2228
... I'm sorry. Other my personal code was mixed. I made a new diff from 7.0.118. Content is not changed. ... *************** ... * only redraw if the...
Yukihiro Nakadaira
yukihiro.nakadaira@...
Oct 6, 2006 8:53 pm
2229
When using GUI and 'encoding' is utf-8, double width character is sometimes displayed as broken. I wrote a patch. Please check the following. For example,...
Yukihiro Nakadaira
yukihiro.nakadaira@...
Oct 6, 2006 9:47 pm
2230
... Thanks for the clear explanation and the patch! I could reproduce the problem, I'll include the patch. -- Shift happens. -- Doppler /// Bram Moolenaar --...
Hello all. I make a patch to support multi-byte characters in langmap. http://lostclus.linux.kiev.ua/patches/all/vim70-langmapmb.patch -- Best regards, ...
Konstantin Korikov
lostclus@...
Oct 13, 2006 3:56 pm
2233
... Thanks for taking a shot at this. I assume that the binary search lookup should be fast enough in most situations. Instead of using a fixed size array...
Bram Moolenaar
Bram@...
Oct 13, 2006 7:20 pm
2234
... It is means that I should remove old algorithm completely? It is means that the program should use binary search lookup even when FEAT_MBYTE is not...
Konstantin Korikov
lostclus@...
Oct 13, 2006 9:56 pm
2235
... I think it's better to keep the code for now. Some people may compile without the multi-byte feature to save on code. ... Good. -- Those who live by the...
Bram Moolenaar
Bram@...
Oct 14, 2006 11:27 am
2236
... http://lostclus.linux.kiev.ua/patches/all/vim70-langmapmb-2.patch I use combination of binary search and simple array lockup. -- Best regards, Konstantin...
Konstantin Korikov
lostclus@...
Oct 14, 2006 2:32 pm
2237
The message contains Unicode characters and has been sent as a binary attachment....
bram@...
Oct 14, 2006 3:02 pm
2238
... It looks like you use pages of 256 characters. Isn't that a bit much? Memory will be wasted if in some pages only one character is used. I wonder why you...
Bram Moolenaar
Bram@...
Oct 14, 2006 3:41 pm
2239
... Typically a particular language has its own ~256 characters page in the Unicode table. For example, Cyrillic: 0x400..0x4ff; Hebrew: 0x590..0x5FF; Arabic:...
Konstantin Korikov
lostclus@...
Oct 14, 2006 4:50 pm
2240
Hello, http://lostclus.linux.kiev.ua/patches/all/vim70-langmapctrl.patch Make Ctrl-foo keys works without switching between languages. Uses langmap to...
Konstantin Korikov
lostclus@...
Oct 14, 2006 11:12 pm
2241
... This patch have a mistake here: /* insert new page at position a */ pages = (langmap_page_T*)(langmap_pages.ga_data) + a; mch_memmove(pages + 1, pages, ...
Konstantin Korikov
lostclus@...
Oct 15, 2006 10:40 am
2242
... Looks OK. The lookup will be a little slower, but I doubt if someone would notice. I wonder if there is any "to" entry that doesn't fit in 8 bits. All ...
Bram Moolenaar
Bram@...
Oct 15, 2006 1:22 pm
2243
... I added such warning. http://lostclus.linux.kiev.ua/patches/all/vim70-langmapmb-4.patch -- Best regards, Konstantin Korikov ... eel2-2.14.3 - Eazel...
Konstantin Korikov
lostclus@...
Oct 15, 2006 2:48 pm
2244
Hi! This is the ezmlm program. I'm managing the vim-multibyte@... mailing list. I'm working for my owner, who can be reached at...
vim-multibyte-help@...
Nov 3, 2006 1:48 pm
2245
erik@...
Nov 16, 2006 6:44 am
2246
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
bram@...
Nov 18, 2006 5:37 pm
2247
mikmach@...
Nov 21, 2006 10:18 pm
2248
When I set encoding to utf-8 and let $lang zh_CN.UTF-8, the tooltips can't display correctly and the popup menu on tabpage also. I found the problem is that...
ocean
zhudonghai@...
Nov 25, 2006 7:25 am
2249
... I may be wrong, but I think this problem was addressed by a recent bugfix. Which version and patchlevel are you using? (See the first five lines from the ...
A.J.Mechelynck
antoine.mechelynck@...
Nov 25, 2006 8:15 am
2250
Thanks. I have solved the problem....
ocean
zhudonghai@...
Nov 25, 2006 10:53 am
2251
Hi! This is the ezmlm program. I'm managing the vim-multibyte@... mailing list. I'm working for my owner, who can be reached at...
vim-multibyte-help@...
Dec 10, 2006 12:44 am
2252
Dear Vim users, The traditional Vim calendar has been updated for 2007! This is a desktop calendar for 2007, made from one sheet of paper. After folding, one...
Bram Moolenaar
Bram@...
Dec 11, 2006 9:01 pm
2253
Hi, I think I found a bug in Vim's UTF8 handling. I've spend 2 days debugging, testing and hair pulling, but I coudn't find the solution the problem and now I...
Marijn
vim@...
Jan 3, 2007 10:06 pm
2254
... 1. Is your Vim executable built with +multi_byte? ... should answer 1 If the answer is zero, you should install a Vim executable with +multi_byte ...