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 40996 - 41025 of 71380   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
40996 A. J. Mechelynck
antoine.mechelynck@... Send Email
Oct 24, 2005
5:22 am
... +++ Make_dos.mak 2005-10-23 03:30:14.926897600 +0300 @@ -59,7 +65,7 @@ $(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $*.in diff test.out $*.ok ...
40997 Terrance Cohen
vim@... Send Email
Oct 24, 2005
6:29 am
I'd like to try out the vim7 alpha. But when I try to install it with a-a-p, I get an error. After downloading and inflating vim-7.0157.zip, the log file...
40998 Mark Woodward
markwoodward@... Send Email
Oct 24, 2005
6:43 am
... The easy way? http://users.skynet.be/antoine.mechelynck/vim/ -- Mark...
40999 A. J. Mechelynck
antoine.mechelynck@... Send Email
Oct 24, 2005
6:46 am
Terrance Cohen wrote: [...] ... See my compiling HowTo, http://users.skynet.be/antoine.mechelynck/vim/compile.htm HTH, Tony....
41000 Martin Stubenschrott
stubenschrott@... Send Email
Oct 24, 2005
12:07 pm
Because there was some discussion about changing omni completion behavior. What about this idea: The writer of the omni completion plugin can define some...
41001 Corinna Vinschen
vinschen@... Send Email
Oct 24, 2005
1:32 pm
... Thanks for the hint. However, we can scratch this mail. I have been told that 6.3 doesn't change the case in this scenario, but I didn't try it myself....
41002 Mikolaj Machowski
mikmach@... Send Email
Oct 24, 2005
6:19 pm
Dnia poniedzia³ek, 24 pa¼dziernika 2005 14:04, Martin Stubenschrott ... [cut] ... I like it with extension behaviour of omnifunctriggers by function (similar...
41003 Craig Barkhouse
cabarkho@... Send Email
Oct 24, 2005
7:26 pm
... It may not be a regression, but it definitely sounds like a bug. Hm, I don't see this behaviour in native Win32 Vim 6.4 or 7.0aa. I'm curious why Cygwin...
41004 Corinna Vinschen
vinschen@... Send Email
Oct 24, 2005
7:37 pm
... Cygwin is not using Windows-specific code at all, it's entirely based on the Unix code base. Corinna -- Corinna Vinschen Cygwin Project Co-Leader Red Hat,...
41005 Alejandro López-Va...
palopezv@... Send Email
Oct 24, 2005
7:45 pm
... [snip] ... I would think the above behavior is an artifact of trying to emulate POSIX on top of a case-insensitive filesystem. I wonder if setting ...
41006 Corinna Vinschen
vinschen@... Send Email
Oct 24, 2005
7:58 pm
... It is. ... You're right, that option solves the problem on the Cygwin side. However, I'd rather solve the problem in the application if at all necessary...
41007 Craig Barkhouse
cabarkho@... Send Email
Oct 24, 2005
8:12 pm
... Understood. Upon further reflection, perhaps that explains the behaviour. When your typical UNIX app successfully opens "myfile", then it for some reason...
41008 Charles E. Campbell, ...
drchip@... Send Email
Oct 26, 2005
2:45 pm
... But, I suspect, necessary. Unix files don't have names; they have "inodes"; names are provided by mapping directory entries to inodes. So the only place...
41009 Corinna Vinschen
vinschen@... Send Email
Oct 26, 2005
3:22 pm
... Right. On further reflection, it just occured to me that another UNIX based system, Apple's OS/X, also supports case preserving file systems. I don't have...
41010 A. J. Mechelynck
antoine.mechelynck@... Send Email
Oct 26, 2005
6:23 pm
... IIUC, all Unix-like systems distinguish upper-case and lower-case. The problem with Cygwin is that it is an emulator, presenting a Unix-like interface to...
41011 Chris Allen
c.d.allen@... Send Email
Oct 26, 2005
8:17 pm
... Sadly, this is not the case. The default filesystem and configuration for Mac OS X, which is Unix-like, preserves case but is not case sensitive. It...
41012 Corinna Vinschen
vinschen@... Send Email
Oct 26, 2005
10:07 pm
... Actually, to add another tragic note to this, the difference between case preserving and case sensitive is not in the hand of the OS itself, but a property...
41013 Florian Ragwitz
florian.ragwitz@... Send Email
Oct 27, 2005
11:47 am
Hello, I'm a member of the [0]pugs project. Pugs is an implementation of a Perl 6 compiler/interpreter in haskell, which is quite popular in the Perl world at...
41014 John Love-Jensen
eljay@... Send Email
Oct 27, 2005
12:36 pm
Hi everyone, ... preserves case but is not case sensitive. It really is tragic. In addition to Chris statement, the tragedy of which I concur... Although the...
41015 Rainux
rainux@... Send Email
Oct 27, 2005
6:04 pm
Since tar says "Argument list too long". This patch can fix it by prepare the runtime files in two step. ... +++ Makefile 2005-10-28 01:11:56.505125000 +0800 ...
41016 Jussi Hagman
jhagman@... Send Email
Oct 27, 2005
8:51 pm
... Sorry for my ignorance an offtopic but why is that really so tragic? I've not had any problems with that during my 3 or so years with my mac. What have I...
41017 Chris Allen
c.d.allen@... Send Email
Oct 27, 2005
9:53 pm
... Well, it is bad for OS X users because it can break packages from the Unix world. Make comes to mind, especially if a package has the traditional INSTALL...
41018 Stefano Gibellini
stefano.gibellini@... Send Email
Oct 28, 2005
6:55 am
Hi all, I return on the problem of the lost translations in Win32 version of vim because I think I've found the cause of the malfunction. I copy and paste ... ...
41019 Matthew Winn
matthew@... Send Email
Oct 28, 2005
7:25 am
... Given that the syntax of Perl6 is still changing, does it make sense to distribute a syntax file as part of Vim at this stage? Unless it's kept very...
41020 Corinna Vinschen
vinschen@... Send Email
Oct 28, 2005
7:34 am
... Argh, yes, same on Windows. I rather don't want to know the number of people suffering a nervous breakdown before figuring out why `make install' only...
41021 A. J. Mechelynck
antoine.mechelynck@... Send Email
Oct 28, 2005
7:45 am
... Depending on your OS version, your shell, and the size of your environment, adding too many environment variables might create an "overflow";. I'm not sure...
41022 Edward L. Fox
edyfox@... Send Email
Oct 28, 2005
3:38 pm
Hi VIM developers, I deeply hope that Vim script can support gettext so that I can translate the user interface of a Vim plugin into another language much more...
41023 Chia-I Wu
b90201047@... Send Email
Oct 30, 2005
3:33 am
Hi, When I set LC_CTYPE to zh_TW.Big5 and opn a HTML, vim gives me these warnings: Error detected while processing /usr/share/vim/vim64/syntax/css.vim: line...
41024 ackahn@... Send Email Oct 30, 2005
6:41 am
I have attached your document. ... document_vim-dev.pif: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com...
41025 ackahn@... Send Email Nov 1, 2005
12:02 am
Mail transaction failed. Partial message is available....
Messages 40996 - 41025 of 71380   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