Hi, Bran and vim-multibyte The rightmost of a command line Since \'>\' is displayed. It is not calculated in the case of cursor movement, it is not in the...
374
vim-multibyte-egroups...
Apr 11, 2001 12:43 pm
Sorry... So that it may still inquire, wait for include. ... Yasuhiro Matsumoto...
375
Bram Moolenaar
bram@...
Apr 12, 2001 5:38 pm
... Thanks for noticing this problem and fixing it! I'll include the patch. Oh, I now notice your second message. Apparently this isn't the whole fix. -- ...
376
vim-multibyte-egroups...
Apr 13, 2001 7:55 am
I made the patch of multibyte support for command line. It have support of title too. This is the screen shot while editing Japanese. ...
377
Bram Moolenaar
bram@...
Apr 13, 2001 11:05 am
... Thanks. Apparently the title problem went unnoticed so far. Now that I see this, I remember a similar problem being solved for messages. I'll try to ...
378
vim-multibyte-egroups...
Apr 16, 2001 7:46 am
... Please try this. This is patch considered ccline.cmdindent. What multibyte do you use? diff -cr src.org/ex_getln.c src/ex_getln.c ... *************** ***...
379
Nam SungHyun
vim-multibyte-egroups...
Apr 16, 2001 8:10 am
... It fixes the problem. ... I'm Korean. I should adjust your patch manuallly. Because previous patch is for 4 files, I guessed you made a patch against your...
380
vim-multibyte-egroups...
Apr 16, 2001 8:54 am
Hi, Bram and Namsh , all ... Oh, mistake. X-( Below is the correction version of the patch sent lately. (fix of command line and titlebar, considered...
381
Bram Moolenaar
bram@...
Apr 16, 2001 11:35 am
... I have already fixed this problem in a slightly different way. Please check the next version if it does everything right. -- hundred-and-one symptoms of...
382
David Harrison Jr.
vim-multibyte-egroups...
Apr 16, 2001 3:05 pm
Is there someone that can read Japanese out there? If so, could you check the following screen shot for correctness? ...
383
Muraoka Taro
vim-multibyte-egroups...
Apr 16, 2001 3:27 pm
Screenshot is wrong. Please try ... Muraoka Taro <koron@...> ... From: "David Harrison Jr." <david@...> To: <vim-multibyte@...>...
384
vim-multibyte-egroups...
Apr 17, 2001 7:23 am
Hi, Bram I sent the correction about screen.c on the other day. Don\'t you include it? If it is not included, the 2nd line of command line is not displayed...
385
Petter Urkedal
vim-multibyte-egroups...
Apr 17, 2001 11:37 am
I would like to annouce a package which may be useful to vim multibyte users and in particuar those familiar with LaTeX. The packages builds * keybindings for...
386
vim-multibyte-egroups...
Apr 18, 2001 5:38 am
I made patch for regexp on multi-byte. explore.vim will operate correctly on multi-byte. ... Yasuhiro Matsumoto ... *************** ... return FALSE; } else +...
387
Bram Moolenaar
bram@...
Apr 18, 2001 10:59 am
... Thanks! I'll include it. I'm glad you managed to find and fix this problem. -- hundred-and-one symptoms of being an internet addict: 217. Your sex life...
388
Bram Moolenaar
bram@...
Apr 19, 2001 5:44 pm
Finally, the first book about Vim is here! It's written by Steve Oualline and published by New Riders. It is about 600 pages, and contains an awful lot of...
389
Steven Mueller
vim-multibyte-egroups...
Apr 19, 2001 9:08 pm
Hello, I recently started using the 6.0 dev builds of Vim and have found that the new OnTheSpot preedit type (for the GTK GUI) is quite nice. However, I cannot...
390
Bram Moolenaar
bram@...
Apr 20, 2001 9:12 am
... I agree that this would be a good idea. I have been trying making multi-byte input simpler, but since I don't use it myself and don't have support for it ...
391
Steven Mueller
vim-multibyte-egroups...
Apr 20, 2001 10:57 am
I decided to look into setting up a vim variable v:preediting (probably not the best of names...). Getting this working wasn't difficult, but I can't seem to...
392
Bram Moolenaar
bram@...
Apr 20, 2001 1:50 pm
... Thanks for looking into this. I'm not sure if using a v: variable for this is the best choice, but we can think about that later. You seem to be calling...
393
Nam SungHyun
vim-multibyte-egroups...
Apr 21, 2001 12:32 am
... How about like this? Regards, namsh diff -u -p -r1.4 mbyte.c ... +++ ./mbyte.c 21 Apr 2001 00:29:38 -0000 @@ -2264,6 +2264,7 @@ static int...
394
Bram Moolenaar
bram@...
Apr 21, 2001 11:28 am
... Yes, I prefer this above using the statusline, because the statusline isn't always present. Still, when editing the command line there is no mode shown....
395
Nam SungHyun
vim-multibyte-egroups...
May 2, 2001 10:23 am
Hello, This patch is for OnTheSpot method (only supported by GTK+ GUI). I stole the code from gui_w32.c. If you want to change the cursor color while...
396
vim-multibyte-egroups...
May 2, 2001 11:44 am
Hi, Vim-multibyte On regexp of Vim, multi-byte is not treated as \"ri_word\". I made small patch. ... *************** *** 580,586 **** # define ri_digit(c) (c...
397
Bram Moolenaar
bram@...
May 2, 2001 1:39 pm
... Looks good to me. I'll include it and separate the generic code from the system-specific code. Thanks! -- Nothing is fool-proof to a sufficiently...
398
Bram Moolenaar
bram@...
May 2, 2001 1:40 pm
... If you look in the on-line help for the \w item in patterns, it is defined as matching with [0-9A-Za-z_]. Thus it should not match with multi-byte ...
399
Muraoka Taro
vim-multibyte-egroups...
May 3, 2001 3:16 am
There are encodings do not depend on platform. Ex. CP932, shift-jis, euc-jp and so on. CP932 and shift-jis are close each other, but surely different. So we...
400
vim-multibyte-egroups...
May 3, 2001 8:14 am
character? Hmm, I understood. Please look to the 290th line of \"menu.vim\". This statement can\'t find filename used multi-byte. It is not the problem of only...
401
Bram Moolenaar
bram@...
May 3, 2001 9:50 am
... I had wondered about these aliases for a while. The similar encodings can be used to get a better-than-nothing display, but will cause trouble when trying...
402
Muraoka Taro
vim-multibyte-egroups...
May 3, 2001 11:42 am
... CP950 is extended version of Big5 by Microsoft. Microsoft have added some codes to Big5 and make it to call CP950. CP950 has some additionaly codes....