... 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...
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@...
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@...
Apr 1, 2006 6:27 pm
... have any effect. -- Stefan...
42677
Benji Fisher
benji@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Apr 2, 2006 10:07 am
... My 5 cents: I have similar problem with C++ files. I set up 'include39; so that it points to Windows SDK directories so that I can auto-complete standard...
42686
Mikolaj Machowski
mikmach@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Apr 3, 2006 10:55 am
... Well, the CTRL-C aborts the current command. When 'insertmode39; is set Vim goes back to Insert mode. I can't say this is wrong. Setting 'insertmode39;...
42701
Liu Yubao
yubao.liu@...
Apr 3, 2006 11:19 am
Sorry, I should have used "reply all" instead of "reply", so cc it. ... From: Liu Yubao <yubao.liu@...> Date: 2006-4-3 ÏÂÎç7:09 Subject: Re: [BUG]...