Hello. When I want to use EUC-JP Hankaku Katakana character in 'listchars39;, It doesn't work. The 'listchars39; accepts the EUC-JP Hankaku Katakana character...
55923
Adam Osuchowski
adwol@...
Jan 27, 2010 8:58 pm
... I thought about rename temporary file to target one and backupcopy doesn't change it. Below, strace of command with backupcopy set: 17518...
55924
Adam Osuchowski
adwol@...
Jan 27, 2010 9:07 pm
... Sure, it's my mistake, it should be file.tmp not file.swp: fd = open("file"); read(fd, buffer, size); close(fd); copy("file", "file~"); [...here user edits...
55925
Hisashi T Fujinaka
htodd@...
Jan 27, 2010 10:11 pm
Bram, Do you post a schedule of patches you plan to apply somewhere? I package vim for fink, and I always wonder if you're done with a patch run. I'm not...
55926
Tony Mechelynck
antoine.mechelynck@...
Jan 28, 2010 12:13 am
... The credit should go to "Ryan J M" (but what's that for a name?), if he's willing to have his name mentioned. Best regards, Tony. -- hundred-and-one...
55927
Tony Mechelynck
antoine.mechelynck@...
Jan 28, 2010 12:36 am
... I'm interested too. Until now, what I did if I saw one or more patches (at least one of which was relevant on my system) was compile them, and if new...
55928
James Vega
jamessan@...
Jan 28, 2010 2:07 am
... That's what I do. Wait a few hours (or even till the next day) since Bram tends to work in bursts. I don't really see the need to have him send an email...
55929
Tony Mechelynck
antoine.mechelynck@...
Jan 28, 2010 3:01 am
... I don't know if the patch is the best one, but I have a small coding-style nit: Bram always puts the opening brace on its own line (as shown in the...
55930
Ben Fritz
fritzophrenic@...
Jan 28, 2010 4:48 am
This is potentially just a misunderstanding on my part, but it looks like a bug at the moment so I'm posting it here. I have a few lines in my .vimrc that I've...
55931
hpnpwd
hpnpwd@...
Jan 28, 2010 4:53 am
Hello. I'm using vim 7.2, and .vimrc as follows. au FileType * set omnifunc=syntaxcomplete#Complete However, the last syntax group in ":syn list" does not show...
55932
Patrick Texier
p.texier@...
Jan 28, 2010 6:26 am
... I can't compile this patch using Windows BCC 5.0 or Linux GCC 3.2 with a #ifdef inside a macro : Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000...
55933
Lech Lorens
lech.lorens@...
Jan 28, 2010 11:45 am
... I would approach the issue from another angle: why is the first fold open in diff mode although you opened the fold while folding was based on syntax? I...
55934
Karsten Hopp
karsten@...
Jan 28, 2010 1:07 pm
... Same here, I usually wait a day when I notice that Bram is in 'Patch-mode39; before I kick of any rebuilds for Fedora. I don't think there's a need to notify...
55935
Bram Moolenaar
Bram@...
Jan 28, 2010 3:32 pm
... There is no plan. I usually spend one day a week on Vim, so if you wait for midnight CET the row of patches should be done. Although one might come the...
55936
Hisashi T Fujinaka
htodd@...
Jan 28, 2010 4:33 pm
... Fair enough. Thanks for the info and thanks for vim! -- Hisashi T Fujinaka - htodd@... BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) +...
55937
Bram Moolenaar
Bram@...
Jan 28, 2010 8:15 pm
... Thanks for reporting the problem and suggesting a fix. And sorry for breaking it! -- hundred-and-one symptoms of being an internet addict: 166. You have...
55938
Bram Moolenaar
Bram@...
Jan 28, 2010 9:59 pm
Patch 7.2.351 (after 7.2.347) Problem: Can't build with some compilers. Solution: Move the #ifdef outside of a macro. Cleanup the code. Files:...
55939
Markus Heidelberg
markus.heidelberg@...
Jan 28, 2010 11:08 pm
... Is this the final Vim repository now or do you plan to rewrite it before announcing it officially? Why don't you include the history (patch descriptions)...
55940
James Vega
jamessan@...
Jan 28, 2010 11:30 pm
... Patch descriptions are included in the commits. This is more obvious from the web interface, but you can see them with hg by giving “hg log” the -v...
55941
Markus Heidelberg
markus.heidelberg@...
Jan 28, 2010 11:50 pm
... Ah, thanks for the explanation. I didn't have time to look into hg more deeply and am used to see the complete message with "git log". Now in this case the...
55942
James Vega
jamessan@...
Jan 29, 2010 12:13 am
... Understood. I had that same confusion initially. :) ... I think this may come in time as people get used to the new workflow and tools, but in the end...
55943
jcupitt@...
Jan 29, 2010 2:24 pm
Hi all, I think I've found a crash bug in vim 7.2.245 (and maybe later, I've not tried more recent versions) as distributed with Ubuntu 9.10. To reproduce: -...
55944
François Ingelrest
francois.ingelrest@...
Jan 29, 2010 2:31 pm
Hi, ... I can't reproduce on Ubuntu 9.10 with Vim 7.2.344. I get the warning about the illegal filename, but Vim doesn't hang and doesn't eat the CPU. -- You...
55945
David Fishburn
dfishburn.vim@...
Jan 29, 2010 2:33 pm
... Thanks for the patch. I will review it, incorporate it and submit an update to Bram. Dave -- You received this message from the "vim_dev" maillist. For...
55946
jcupitt@...
Jan 29, 2010 2:46 pm
... OK, I guess it's fixed. Thank you! John -- You received this message from the "vim_dev" maillist. For more information, visit...
55947
Dennis Benzinger
Dennis.Benzinger@...
Jan 29, 2010 2:47 pm
Hi John! ... I can't reproduce it with Vim 7.2.245 or 7.2.351 on Ubuntu 9.10. Try again without any initialization files by using vim -u NONE -U NONE Regards, ...
55948
Ben Fritz
fritzophrenic@...
Jan 30, 2010 11:25 pm
... Yes, this is exactly what happens. ... The patch seems to fix both problems (the second file having an open fold, and the first having one when manipulated...
55949
Dominique Pell
dominique.pelle@...
Jan 31, 2010 11:53 am
Hi I see some valgrind errors when using the ":python" command with Vim-7.2.351 on Linux. It happens when using the Python lib from Ubuntu-9.10 packages. I...
55950
Dominique Pell
dominique.pelle@...
Jan 31, 2010 1:32 pm
... I can't reproduce the bug either with Vim-7.2.245 or Vim-7.2.351. That does not mean that bug has been fixed. Perhaps something in your ~/vimrc or an...
55951
Tony Mechelynck
antoine.mechelynck@...
Jan 31, 2010 1:52 pm
On 16/12/09 17:12, Tom Link wrote: [...] ... OK, so let's add a user's report. The only patch I use from that vim-dev list of semi-official patches is Bill...