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 42671 - 42700 of 69994   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
42671 Alan Briolat
alan@... Send Email
Apr 1, 2006
2:20 pm
I am experiencing a bug with the php omni-complete, where if i have multiple buffers open, the omni-complete action (^X^O in insert mode) will give the...
42672 Mike Williams
mike.williams@... Send Email
Apr 1, 2006
3:31 pm
... It should. However this error comes from an earlier check in mch_print_init() in hardcopy.c. I'll go back over the logic and supply a patch in the next...
42673 Stefan Karlsson
stefan.74@... Send Email
Apr 1, 2006
5:49 pm
... 350 Save &As...^I:sav n* :browse confirm saveas<CR> v* <C-C>:browse confirm saveas<CR><C-\><C-G> o* <C-C>:browse confirm saveas<CR><C-\><C-G> i*...
42674 Christian J. Robinson
infynity@... Send Email
Apr 1, 2006
5:54 pm
Addition of a couple of tab menu items under the Window menu. More could probably be added, such as move tab left/right, etc. ... *************** *** 780,795...
42675 Stefan Karlsson
stefan.74@... Send Email
Apr 1, 2006
5:56 pm
... Do you mean that @a works but not @* (you wrote @* on both places)? For me they both work. However, I'm on Windows where I think * and + works differently...
42676 Stefan Karlsson
stefan.74@... Send Email
Apr 1, 2006
6:27 pm
... have any effect. -- Stefan...
42677 Benji Fisher
benji@... Send Email
Apr 1, 2006
11:07 pm
... Thanks for helping me see what I wrote. I meant that @* works but @+ does not (Linux, FC2, GTK2). "E475: Invalid argument: @+". --Benji Fisher...
42678 Aaron Griffin
aaronmgriffin@... Send Email
Apr 1, 2006
11:07 pm
... Yeah there's 2 bugs like that that I know of, though the second one is not so easy - let me work on it today and fix those. I was planning on rewriting...
42679 Benji Fisher
benji@... Send Email
Apr 1, 2006
11:31 pm
... That looks right. Starting in Normal mode, does ... do anything? From your other recent post on this thread, I guess not. I guess that means either that...
42680 Brad Beveridge
brad.beveridge@... Send Email
Apr 2, 2006
12:15 am
I've spent most of today trying to build various Vims (6.2, 6.4, 6 series CVS) under OS X Intel. I configured with "./configure --prefix=/opt/local...
42681 Steve Hall
digitect@... Send Email
Apr 2, 2006
1:01 am
... [snip] ... Just for the record, Cream now rolls with Cygwin as Tony Mechelynck does. (We both found Borland had too many issues with Windows XP.) SF.net...
42682 Chris Allen
c.d.allen@... Send Email
Apr 2, 2006
7:15 am
... Yes, this is a known bug in GCC 4 shipping with OS X (for both architectures, I'm pretty sure). ... Nope, sorry. HTH, Chris Allen...
42683 Fan Decheng
dtsfan@... Send Email
Apr 2, 2006
8:48 am
vim7beta! I am using it. Well, I sometimes am too dangerous, especially with a new thing. I deliberately set the window size of gvim to a very small one, say,...
42684 David Chin
david.w.h.chin@... Send Email
Apr 2, 2006
8:57 am
... You may try submitting a bug report: http://developer.apple.com/bugreporter/ You'll have to sign up for a Developer Connection account, first. -- Dave ...
42685 Alexei Alexandrov
alexei.alexandrov@... Send Email
Apr 2, 2006
10:07 am
... My 5 cents: I have similar problem with C++ files. I set up 'include&#39; so that it points to Windows SDK directories so that I can auto-complete standard...
42686 Mikolaj Machowski
mikmach@... Send Email
Apr 2, 2006
10:12 am
... Oops. Sorry. Fast fix is to do:: %s/b:php_keywords/g:php_keywords/g Sending fixed version to Bram. m....
42687 Bram Moolenaar
Bram@... Send Email
Apr 2, 2006
10:48 am
... This is a gcc 4.0.1 problem. The optimizer reorders the code, so that a block of memory is freed before it is used. I stepped through it with the...
42688 Tobias Klein
tobias.klein@... Send Email
Apr 2, 2006
11:32 am
Hi list, vim exists with a floating point exception when i do (in bash): echo "# vim:lines=1000"; > test; vim test tested with vim 7.0b beta on Mandrake 10.2. ...
42689 Bram Moolenaar
Bram@... Send Email
Apr 2, 2006
12:28 pm
... Are you kidding? I'll fix it. -- ARTHUR: It is I, Arthur, son of Uther Pendragon, from the castle of Camelot. King of all Britons, defeator of the Saxons,...
42690 Mikolaj Machowski
mikmach@... Send Email
Apr 2, 2006
12:32 pm
... Confirming with 7.0c03 Caught FPE exiting with floating point error GDB: Program received signal SIGFPE. Arithmetic exception. [Switching to Thread...
42691 Yakov Lerner
iler.ml@... Send Email
Apr 2, 2006
1:07 pm
On RedHat & Fedota linux, grub.conf is symlinked as follows: /etc/grub.conf -> ../boot/grub/grub.conf File filetype.vim has this: au BufNewFile,BufRead...
42692 Bram Moolenaar
Bram@... Send Email
Apr 2, 2006
1:37 pm
... Sure. -- The problem with political jokes is that they get elected. /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\&#92; ///...
42693 Alan Briolat
alan@... Send Email
Apr 2, 2006
3:21 pm
... Aha, many thanks, I'll do that for now then! And thanks for fixing it :P...
42694 Stefano Zacchiroli
zack@... Send Email
Apr 2, 2006
5:48 pm
... What about reducing the path to the least part that make possible to disambiguate file names? As long as all are not ambiguous you just use the basename....
42695 Mikolaj Machowski
mikmach@... Send Email
Apr 2, 2006
8:20 pm
Hello, 1. Syntax of /etc/mtab file is identical to that of fstab. Hence suggestion for addition in filetype.vim (line 607, vim7c03):: " FStab au...
42696 Bram Moolenaar
Bram@... Send Email
Apr 2, 2006
8:47 pm
... OK. ... A "*" at the end is dangerous, this could pickup man.conf.readme or whatever. Adding man.config should be OK. -- SOLDIER: Where did you get the...
42697 Liu Yubao
yubao.liu@... Send Email
Apr 3, 2006
2:49 am
Vim7.0b, MSWin32 GUI with OLE, big version, CVS 20060327, Win2K pro (Someone says it recurs in Vim7.0c too.) _vimrc contains only one line: au BufRead *...
42698 Bram Moolenaar
Bram@... Send Email
Apr 3, 2006
8:24 am
... That's a nasty autocommand, splitting the window and doing something completely different while the user wants to see a help file. But Vim shouldn't...
42699 Georg Dahn
gorgyd@... Send Email
Apr 3, 2006
10:20 am
Hi! I have seen a surprising (to me) behavior of Vim today: 1. Define the mapping onoremap <F3> <C-C>n 2. and do ... You are in Insertmode now 3. Do <C-O> 4....
42700 Bram Moolenaar
Bram@... Send Email
Apr 3, 2006
10:55 am
... Well, the CTRL-C aborts the current command. When 'insertmode&#39; is set Vim goes back to Insert mode. I can't say this is wrong. Setting 'insertmode&#39;...
Messages 42671 - 42700 of 69994   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