... [...] ... [...] 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"...
2228
Yukihiro Nakadaira
yukihiro.nakadaira@...
Oct 6, 2006 8:53 pm
... 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...
2229
Yukihiro Nakadaira
yukihiro.nakadaira@...
Oct 6, 2006 9:47 pm
When using GUI and 'encoding39; is utf-8, double width character is sometimes displayed as broken. I wrote a patch. Please check the following. For example,...
2230
Bram Moolenaar
Bram@...
Oct 7, 2006 1:37 pm
... 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, ...
2233
Bram Moolenaar
Bram@...
Oct 13, 2006 7:20 pm
... 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...
2234
Konstantin Korikov
lostclus@...
Oct 13, 2006 9:56 pm
... 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...
2235
Bram Moolenaar
Bram@...
Oct 14, 2006 11:27 am
... 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...
2236
Konstantin Korikov
lostclus@...
Oct 14, 2006 2:32 pm
... http://lostclus.linux.kiev.ua/patches/all/vim70-langmapmb-2.patch I use combination of binary search and simple array lockup. -- Best regards, Konstantin...
2237
bram@...
Oct 14, 2006 3:02 pm
The message contains Unicode characters and has been sent as a binary attachment....
2238
Bram Moolenaar
Bram@...
Oct 14, 2006 3:41 pm
... 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...
2239
Konstantin Korikov
lostclus@...
Oct 14, 2006 4:50 pm
... Typically a particular language has its own ~256 characters page in the Unicode table. For example, Cyrillic: 0x400..0x4ff; Hebrew: 0x590..0x5FF; Arabic:...
2240
Konstantin Korikov
lostclus@...
Oct 14, 2006 11:12 pm
Hello, http://lostclus.linux.kiev.ua/patches/all/vim70-langmapctrl.patch Make Ctrl-foo keys works without switching between languages. Uses langmap to...
2241
Konstantin Korikov
lostclus@...
Oct 15, 2006 10:40 am
... 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, ...
2242
Bram Moolenaar
Bram@...
Oct 15, 2006 1:22 pm
... 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 ...
2243
Konstantin Korikov
lostclus@...
Oct 15, 2006 2:48 pm
... I added such warning. http://lostclus.linux.kiev.ua/patches/all/vim70-langmapmb-4.patch -- Best regards, Konstantin Korikov ... eel2-2.14.3 - Eazel...
2244
vim-multibyte-help@...
Nov 3, 2006 1:48 pm
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...