Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 55922 - 55951 of 69868   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
55922 kikuchan@... Send Email Jan 27, 2010
8:43 pm
Hello. When I want to use EUC-JP Hankaku Katakana character in 'listchars&#39;, It doesn't work. The 'listchars&#39; accepts the EUC-JP Hankaku Katakana character...
55923 Adam Osuchowski
adwol@... Send Email
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@... Send Email
Jan 27, 2010
9:07 pm
... Sure, it's my mistake, it should be file.tmp not file.swp: fd = open("file&quot;); read(fd, buffer, size); close(fd); copy("file&quot;, "file~"); [...here user edits...
55925 Hisashi T Fujinaka
htodd@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
Jan 28, 2010
1:07 pm
... Same here, I usually wait a day when I notice that Bram is in 'Patch-mode&#39; before I kick of any rebuilds for Fedora. I don't think there's a need to notify...
55935 Bram Moolenaar
Bram@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email 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@... Send Email
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@... Send Email
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@... Send Email 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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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...
Messages 55922 - 55951 of 69868   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help