Announcing: Vim (Vi IMproved) version 6.2 - the Amiga memorial edition Author: Bram Moolenaar et al. Announcement ... This is a bugfix release of Vim. Since...
Bram Moolenaar
Bram@...
Jun 1, 2003 5:31 pm
942
Please see the attached file....
george@...
Jun 4, 2003 3:55 pm
943
Hello, all. Since my 'encoding' is euc-jp (and 'printencoding' is NUL), although props becomes ENC_DBCS by the 4805th line, if it does so, it will become TRUE,...
Kentaro Nakazawa
kentaro@...
Jun 6, 2003 8:32 pm
944
I am sorry. Probably, the following patches will be better. Index: ex_cmds2.c =================================================================== RCS file:...
Kentaro Nakazawa
kentaro@...
Jun 7, 2003 12:05 pm
945
After downloading vim-6.2.tar.bz2, compiling with CONF_OPT_MULTIBYTE = --enable-multibyte, and starting VIM with fileencoding and encoding set to utf-8, I can...
Ken Wolf
Ken.Wolf@...
Jun 9, 2003 10:51 pm
946
... 04:55AM >>> ... and ... the ... characters? ... - Are you using gvim or console vim? - What is 'termencoding' set to? Rationale: The gui can display any...
Ken Wolf
Ken.Wolf@...
Jun 10, 2003 3:57 pm
947
... I'm afraid I don't understand what you are trying to solve here. DBCS printing is currently not supported (except for the latin1 part of it). ... -- ...
Bram Moolenaar
Bram@...
Jun 21, 2003 11:56 am
948
... Did you try using 'termencoding'? Your terminal probably expects latin1 characters while Vim is sending utf-8 bytes. -- Fingers not found - Pound head on...
Bram Moolenaar
Bram@...
Jun 22, 2003 4:16 pm
949
A few weeks ago I have visited Vim's charityware project in Uganda. You can find my report with a few pictures here: http://iccf-holland.org/news.html If you...
Bram Moolenaar
Bram@...
Jul 2, 2003 8:22 pm
950
Does Vim uses Unicode Normalization (in any way) in its search (and other text tools and filters) ? We started enabling Persian/Arabic support in Vim, that...
Behnam Esfahbod
behnam@...
Jul 29, 2003 3:27 pm
951
... Not much. Ignoring case is mostly handled correctly. You can use the "\Z" item to ignore differences in combining characters, that's about it. ... Vim...
Bram Moolenaar
Bram@...
Jul 29, 2003 3:47 pm
952
... but unicode norm. is more than just latin-combining-characters. ... All of these GNU tools (most in glibc) are implemented in C and are FreeSoftware and...
Behnam Esfahbod
behnam@...
Jul 29, 2003 4:10 pm
953
... Yes, it's currently limited in functionality. ... I don't want to include GNU code, because it means I am forced to use the GPL. Vim uses a different...
Bram Moolenaar
Bram@...
Jul 29, 2003 4:42 pm
954
I think my prev. reply was very bad-written. FriBibi is an implementation of Unicode Bidi alg. and it's Arabic-script prof. and current mentainer is Behdad, my...
Behnam Esfahbod
behnam@...
Jul 29, 2003 6:08 pm
955
... Oh, if you have written code yourself and are willing to let me include it with Vim under the Vim license, then that part is taken care of. Note that the...
Bram Moolenaar
Bram@...
Jul 29, 2003 7:36 pm
956
... I forgot to say that now FriBidi is a GNU Project and the GNU implementation of Unicode BiDi algorithm. So I don't know that we can use it in another...
Behnam Esfahbod
behnam@...
Jul 29, 2003 8:27 pm
957
... [...] ... If you wrote the code, then you can distribute it under several licenses. The GPL doesn't mention this, but in discussions about making the Vim...
Bram Moolenaar
Bram@...
Jul 30, 2003 11:41 am
958
... In that case a configure check would need to be used. Don't know how it would work on MS-Windows though. Is there a fribidi.dll available? Then it could...
Hello, I found that iminsert option is not working when Korean IME is active. When using Japanese IME, it worked fine. Here is the patch for this problem: diff...
Sangpil Yoon [sangpil]
sangpil@...
Aug 14, 2003 7:29 am
961
I object to your patch, because of two reasons. First, it is not enough for dyn/ime. But it is easy to fix. Second, it has a bad side effect for Japanese...
MURAOKA Taro
koron@...
Aug 14, 2003 8:38 am
962
... Sorry about that, I didn't know that. ... I tried your patch, but it had another problem for Korean IME. :( When exiting from insert mode, it is expected...
Sangpil Yoon [sangpil]
sangpil@...
Aug 14, 2003 10:35 am
963
... No problem. ... Yes, it seems good for me. But to make it surely and safely, we should control conversion-status for only Korean. Please check attached...
MURAOKA Taro
koron@...
Aug 14, 2003 11:02 am
964
... I'm glad you are checking these changes and proposing a correction. I find it strange that an exception is made for one language. I don't see why Korean...
Bram Moolenaar
Bram@...
Aug 14, 2003 6:02 pm
965
... Due to a bug in Korean IME. ImmSetOpenStatus() call has no effect in Korea IME. I've confirmed that this bug exists in Windows 98 and 2000, but have no...
Sangpil Yoon [sangpil]
sangpil@...
Aug 15, 2003 1:08 am
966
... Over the years many small changes have been made to the multi-byte code to handle exceptions. The code is getting more and more complicated, while there...
Bram Moolenaar
Bram@...
Aug 15, 2003 8:11 am
967
Hi, I'm developing a language similar to the arabic language on windows XP, using vim6.0 and using gvim and using utf-8 I have the following problem, and I...
Hichem Fadali
hfadali@...
Aug 16, 2003 11:36 pm
968
Hi, I'm developing a language similar to the arabic language on windows XP, using vim6.0 and using gvim and using utf-8 I have the following problem, and I...
Hichem Fadali
hfadali@...
Aug 16, 2003 11:50 pm
969
Hi. I am trying to fix IME status to be off when I start up VIM. When I startup vim with an empty document and move to INSERT mode by typing "i", IME will be...