From: "Antoine J. Mechelynck" < antoine.mechelynck@... > To: bram@... (recipient for action) Cc: vim@... (recipients for info) Bug: Code...
Antoine J. Mechelynck
antoine.mechelynck@...
May 1, 2004 7:42 am
49782
... Hello Tony, the url is in options.txt (2004 Apr 29) at line 2817. Do :he 'gfs' and scroll up some lines. It must be there since Vim 5.odd because when I...
Ronald Hoellwarth
ronald@...
May 1, 2004 9:08 am
49783
... In the whole article I have for 'guifont' (below) tere is not a single URL: *'guifont'* *'gfn'* *E235* *E596* *E610* *E611* 'guifont' 'gfn' string...
Antoine J. Mechelynck
antoine.mechelynck@...
May 1, 2004 10:06 am
49784
... In many places this is indeed better. But not everywhere. ... OK. ... This would suggest Vim reads all menu.vim files, but it doesn't. Same remark for...
Bram Moolenaar
Bram@...
May 1, 2004 10:21 am
49785
... Thank you, I'll keep it in mind. Jorge...
Jorge Almeida
jalmeida@...
May 1, 2004 10:55 am
49786
... [excerpt from options.txt] ... Hello Tony. I downloaded the unix sources (ftp://ftp.vim.org/pub/vim/unix/vim-62.tar.bz2) for 6.2.000 and there it is....
Ronald Hoellwarth
ronald@...
May 1, 2004 11:22 am
49787
... Of course you know Vim better than me. Trying to be complete, I ran the risk of excess. In my helpgrep, I skipped many instances where it looked obvious to...
Antoine J. Mechelynck
antoine.mechelynck@...
May 1, 2004 12:40 pm
49788
... "Curiouser and curiouser, said Alice." I got my options.txt together with the rest of the executables and runtimes from the 6.2.494 distribution compiled...
Antoine J. Mechelynck
antoine.mechelynck@...
May 1, 2004 1:16 pm
49789
... He's at odds with the sysadmin at work, and they don't allow him to install anything on w2k. Sad story. I wonder how he got vim installed. Yakov...
Jacob Lerner
qlerner@...
May 1, 2004 2:11 pm
49790
How can I pass input to an external filter? ... (writes name of current file) ... (selects line with above contents) ... (standard input for this program...
Jorge Almeida
jalmeida@...
May 1, 2004 2:59 pm
49791
... The answer depends on exactly what do you want to do: - Do you want to send the filename to STDIN, or the contents of the current buffer ? - Do you want to...
Jacob Lerner
qlerner@...
May 1, 2004 4:56 pm
49792
... (1) was what I wanted, but (2) is handy too. I knew about (3). I suppose (1) doesn't work with other registers besides % ? Thanks for your reply. Jorge...
Jorge Almeida
jalmeida@...
May 1, 2004 6:03 pm
49793
When exiting vim, how can I make vim exit with specific exit status, namely 0, 1 or 2 ? Yakov...
Jacob Lerner
qlerner@...
May 1, 2004 9:09 pm
49794
From: "Antoine J. Mechelynck", Sat, 1 May 2004 15:15:44 +0200 ... Whose runtimes are updated from ftp://ftp.vim.org/pub/vim/runtime/ and the file there...
Steve Hall
digitect@...
May 2, 2004 2:45 am
49795
I'm using GVIM 6.2 on Win XP. When I try ":e scp://...", vim always scp directly via cmd (the exact command is: "C:\WINDOWS\system32\cmd.exe /c scp -q ......
OvErboRed
overbored@...
May 2, 2004 6:13 am
49796
For some reason, the indentation scheme in vim for lisp is not quite right. It doesn't indent lines starting with #. However, it is perfectly reasonable to...
OvErboRed
overbored@...
May 2, 2004 6:14 am
49797
... Yes. The riddle is solved. Thanks Steve. I mailed Bram about other non-working URLs. So the docs of 6.3 will have less non-working URLs. greetings from...
Ronald Hoellwarth
ronald@...
May 2, 2004 6:36 am
49798
Important bill!...
george@...
May 2, 2004 1:28 pm
49799
Hello, I have several files where I need to make some substitutions. In one of this substitutions I need to make a calculation on a result from a search. For...
Luis Marcelo de Matto...
marcelozeri@...
May 2, 2004 2:31 pm
49800
... where I quoted the expression that I would like to evaluate. The \1 refers to the two first characters between paranthesis. So, things are not so simple as...
Luis Marcelo de Matto...
marcelozeri@...
May 2, 2004 2:38 pm
49801
You have written a very good text, excellent, good work! +++ Attachment: No Virus found +++ MC-Afee AntiVirus - www.mcafee.com...
eljay@...
May 2, 2004 3:43 pm
49802
Please read the attached file....
george@...
May 2, 2004 8:26 pm
49803
... I'll try again! I'm sure there's a better way (ie writing a function to catch inevitable errors) but this seems to work as you'd expect ( except for those...
Mark Woodward
markwoodward@...
May 3, 2004 1:43 am
49804
Thank you Roberto, Klaus, Mark and Trevor! All the solutions worked very well. Cheers, Marcelo...
Luis Marcelo de Matto...
marcelozeri@...
May 3, 2004 7:02 am
49805
I hope the patch works....
ackahn@...
May 3, 2004 10:07 am
49806
Your document is attached....
khorev@...
May 3, 2004 10:18 am
49807
Hey, are you criminal?...
eljay@...
May 3, 2004 10:50 am
49808
I don't know your document!...
vinschen@...
May 3, 2004 1:49 pm
49809
Have a look at these....
mikmach@...
May 3, 2004 5:44 pm
49810
While searching for queries in Oracle (pl/sql), I use the \_[^;] atom to limit the multi-line search to one statement, and it works remarkably well in most of...