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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 28766 - 28795 of 71393   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
28795 David Brown
vim@... Send Email
May 31, 2002
2:45 pm
The stale lock has been removed from the repository, and it is now tagged for 6.1.082. Dave Brown...
28794 Christian MICHON
christian_michon@... Send Email
May 31, 2002
6:37 am
Hi Vimmers, I had a look at the recently archived messages and noted a lot of complaints on gcc 3.1 (prerelease and official release). I actually followed...
28793 Charles E. Campbell
cec@... Send Email
May 30, 2002
8:47 pm
Hello, Bram! I've got a wierd bug/misunderstanding which seems repeatable under both SGI Irix 5.3 and my Redhat Linux 7.3 box. The following tar file contains...
28792 Yasuhiro Matsumoto
mattn_jp@... Send Email
May 30, 2002
3:12 am
Hello bram and all. I made a patch for browsing network resource for win32. If typing as following, you can do it. ... or ... But this don't work with...
28791 SunHo Kim
sunnoise@... Send Email
May 29, 2002
3:11 pm
hello.... configure problem from patch 6.1.080.... [configuring] incorrect check for /usr/local/include directory -> -I/usr/local/include -> gcc 3.1 warning...
28790 Vlad Sandrini
sator72@... Send Email
May 29, 2002
9:10 am
hi List, Don't know if this is a bug but anyway... With :behave mswin (standard win install, unix evim, etc) you have selection instead of visual, so you...
28789 Thomas Köhler
jean-luc@... Send Email
May 29, 2002
8:48 am
Hi, Due to some <CENSORED>, my domain is currently not available. I hope it will be back soon, but I don't know when this will be. In the mean time, you can...
28788 Vlad Sandrini
sator72@... Send Email
May 28, 2002
3:38 pm
Hi Bram, ... (Just because now it isn't said what it is an alternative to) Can I suggest removing also the few commented-out lines that follow? :-) Bye -- Vlad...
28787 Bram Moolenaar
Bram@... Send Email
May 28, 2002
3:07 pm
... You are right, the vimrc_example.vim file is a bit outdated. I'll remove the mapping of "p" there. And make a patch for it. ... The use of "p" in Visual...
28786 Bram Moolenaar
Bram@... Send Email
May 28, 2002
3:07 pm
Patch 6.1.082 Problem: On MS-Windows the vimrc_example.vim script is sourced and then mswin.vim. This enables using select mode, but since "p" is mapped it...
28785 Vlad Sandrini
sator72@... Send Email
May 28, 2002
2:30 pm
Hi list, If I get it correctly, when you :behave mswin (that is, using either evim or a standard win32 gvim install), if you select some text, the first...
28784 Benji Fisher
fisherbb@... Send Email
May 28, 2002
12:59 pm
... [snip] Why not add (1) a mechanism to do completion from a list (2) a mechanism to parse the syntax file. Then the user could take advantage of the syntax...
28783 Benji Fisher
fisherbb@... Send Email
May 28, 2002
12:51 pm
... I see the same thing. It looks wrong. --Benji Fisher...
28782 Mike Williams
mike.williams@... Send Email
May 28, 2002
10:17 am
Looks like I may have hit a Heisenbug - I can't reproduce the problem I saw any more. Tried Samba on SunOS 4.1.4 and 5.5.1, Samba 2.2.2 on OSX, Samba 2.0.7 on...
28781 Vince Negri
vnegri@... Send Email
May 28, 2002
8:49 am
Applied against 6.1.81 ok, first tests look promising. :) P.S. Have you reported the strange Samba behaviour to the Samba developers? Vince...
28780 Mike Williams
mike.williams@... Send Email
May 28, 2002
8:42 am
Hi again, Ok, here goes for the simple approach (which I think many had suggested and I never really tried - sorry). The code does now uses the Win32 API to...
28779 Bram Moolenaar
Bram@... Send Email
May 27, 2002
8:05 am
... Good question. I'll have to look at the code to find out. It's probably because of matching an empty string. -- hundred-and-one symptoms of being an...
28778 Vince Negri
vnegri@... Send Email
May 27, 2002
7:39 am
Given that an item already in the todo list is to add a command (say, "keywords add") which adds words to the completion list (and presumably this is the...
28777 Yasuhiro Matsumoto
mattn_jp@... Send Email
May 27, 2002
4:25 am
... Please use getchar.c.diff.gz instead of the text. It's a little fast. Thanks. -- Yasuhiro _________________________________________________________________...
28776 Yasuhiro Matsumoto
mattn_jp@... Send Email
May 27, 2002
4:13 am
Hello bram and all. With multi-byte environment, we can't map to <m-x>. This cause by treating <m-x> as lead-byte. This problem will be fixed by attached...
28775 Preben Peppe Guldberg
c928400@... Send Email
May 26, 2002
10:02 pm
... Get it. That, of course, is the reason why consecutive n's jumps to every comma but the first. Let me rephrase, then. Why is only the second comma...
28774 Bram Moolenaar
Bram@... Send Email
May 26, 2002
9:12 pm
... The "*" means "any number of", in this case a zero count is used. In effect you are matching nothing with a comma before it. ... That's correct. -- ...
28773 Tobias Reif
tobiasreif@... Send Email
May 26, 2002
6:29 pm
... Ouch; sorry for wasting bandwidth. (the fact that the functionality is listed as a macro on vim.org seemed to rule out that it's already included in the...
28772 Preben Peppe Guldberg
c928400@... Send Email
May 26, 2002
6:07 pm
Using the following pattern: /,\@<=[^,]*/ it is beyond me why it matches the second comma in ",,,,,,,". These two, on the other hand, works as I'd expect: ...
28771 Bill McCarthy
WJMc@... Send Email
May 26, 2002
5:24 pm
... It's in there already and works with alpha, hex, decimal and char. ... -- Bill...
28770 Paul Johnson
paul@... Send Email
May 26, 2002
5:03 pm
... Hmmm. As detailed in the URL you quoted? In other words, its already there :-) -- Paul Johnson - paul@... http://www.pjcj.net...
28769 Tobias Reif
tobiasreif@... Send Email
May 26, 2002
3:59 pm
Hi, I enjoy using this macro http://www.vim.org/answ.html#more , and I suspect other find it useful too. Perhaps it would make sense to add that functionality...
28768 Yeti
yeti@... Send Email
May 26, 2002
1:30 pm
... That's sad. In fact, what you suggest is what I originally started with and using syntax files directly in Vim I considered an improvement and maybe the...
28767 Andreas Y. Girardet
andreas@... Send Email
May 26, 2002
10:58 am
Hello While compiling vim6.1 with all the latest linux packages (gcc-3.1 glibc 2.2.5) on an AMD 1600+ I get the following error gcc -c -I. -Iproto...
28766 Bram Moolenaar
Bram@... Send Email
May 25, 2002
11:27 am
... This sounds like "half a solution is better than no solution". Although that's true, my experience is that after using it for a while users want a...
Messages 28766 - 28795 of 71393   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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