Greetings, I installed vim5rt, vim57d32 and gvim57 on my new windows 2000 server and have run into the following problem: can't execute vi from the command...
15437
Douglas L . Potts
dp@...
Dec 21, 2000 6:12 pm
... I belive that Win2000 is more along the lines of a WinNT box. That being the case, you might want to right-click on the 'My Computer' box, or the Systems...
15438
Pritesh Mistry
MPritesh@...
Dec 21, 2000 7:13 pm
check the PATH in MyComp > Properties > Enviroment > System Variables. I guess autoexec won't change this & it's this that's used....
15439
hormoz rebati
hormozr@...
Dec 21, 2000 7:38 pm
Hi Vimmers, I am NOT getting any emails from you any more !!! What's happened !!!? -- Hormoz Rebati BAS TETRA Engineering LMPS (smtp:...
15440
Tomas Valusek
tvalusek@...
Dec 21, 2000 9:55 pm
Hello, MSIE can be set up to ignore font size specified on the Web page, but always obeys a line-height CSS rule. How to write a regexp for removing all the ...
15441
Gary Johnson
garyjohn@...
Dec 21, 2000 10:16 pm
... Funny you should ask--I just did that last week. The ones I wanted to get rid of were between other rules in a paragraph tag, so I just used ... HTH, Gary...
15442
George V. Reilly
george@...
Dec 21, 2000 10:57 pm
Autoexec.bat is a sort of compatiblity hack on Windows NT/2000/Whistler. However, the path is definitely built up from both the autoexec.bat setting and from...
15443
Devin Weaver
ktohg@...
Dec 22, 2000 12:49 am
Simple CVS question. I noticed in the latest CVS version of VIM that ctags isn't included. However the tee program is. The tee program isn't included in the...
15444
ÕÔÈç·É
slimzhao@...
Dec 22, 2000 6:17 am
vim£¬ÄúºÃ£¡ Yes, you are right, the tee and ctags are both separate program, which you can see where they are by whereis command. whereis tee whereis...
15445
Bram Moolenaar
Bram@...
Dec 22, 2000 10:59 am
... Ctags has grown into a full project, it has become too big to include with Vim. Tee is for OS/2 only. I don't think it works on Windows. -- ... /// Bram...
15446
Stephen.Riehm@...
Dec 22, 2000 1:20 pm
Why do you want to do that in vim? in 30 seconds you don't have any time to do any editing? Have you tried less and then the F command? You can break out with...
15447
Nicole Lallande
nicole@...
Dec 22, 2000 5:00 pm
OOOOKKKKAAAAYYYY! I had the path set in the autexec.bat file which aparently was not being read as far as vim was concerned. I added it to my path from the ...
15448
Nicole Lallande
nicole@...
Dec 22, 2000 5:02 pm
Pritesh - we have success -- it had to do with my un-familairity with winnt -- you are supposed to set the path using the control panel -> ...
15449
Pritesh Mistry
MPritesh@...
Dec 22, 2000 5:51 pm
Found the problem: you need to remove the quotes from the string that's placed in the autoexec.bat. no quotes in autoexec.bat. cheers,...
15450
Stephen.Riehm@...
Dec 22, 2000 6:11 pm
I know it's the silly season and chrissy emails are in the process of flooding the internet, but I thought I'ld wish you all the best for the holy-days anyway....
15451
Benji Fisher
benji@...
Dec 23, 2000 1:40 am
Vimmy Holidays! Thanks to Stephen Riehm for the good wishes. I think they are appropriate on this list, along with a bit of wit, the occasional "gotcha", and...
15452
Benji Fisher
benji@...
Dec 23, 2000 3:06 am
... Well, your letter got through, so that should mean that you are still subscribed to the list. Maybe your mail server is sending vim mail to the bit...
15453
Benji Fisher
benji@...
Dec 23, 2000 3:21 am
... Think a little more about what you want vim to do and then we can help you get it done. If you already know how to map function keys then you basically...
15454
Denis Perelyubskiy
denisp@...
Dec 23, 2000 11:05 pm
hello, i know that to go to the next file opened in vi i do ':n'. Somehow, when looking through 'man vi' i could not find a way to go to the previous file i...
15455
Gary Johnson
garyjohn@...
Dec 24, 2000 7:43 am
... -- Gary Johnson | Agilent Technologies garyjohn@... | RF Communications Product Generation Unit...
15456
Alan G. Isaac
aisaac@...
Dec 24, 2000 4:20 pm
... Apparently these only work for the files visible in the current window? Can one similarly cycle to the hidden buffers? Alan Isaac...
15457
Michael P. Soulier
msoulier@...
Dec 24, 2000 5:21 pm
... In some versions of vi, you can't. :n goes forwards through the args list, and you can use :rew to go to the beginning. In Vim, :N works. Mike -- Michael...
15458
Arjona, Ariel
aarjona@...
Dec 26, 2000 1:46 pm
I want to map the CAPSLOCK key to the same function the ESC key has. This yields 2 benefits: * Gets rid of anoying key function that messes up everything when...
15459
Kevin Werner
kwwerner@...
Dec 26, 2000 1:56 pm
This came up a couple months ago, here is the solution that I have been...
15460
Gary Johnson
garyjohn@...
Dec 26, 2000 10:10 pm
... Those commands traverse the list of arguments given to vim when it was invoked. I think the :bn and :bp commands will traverse the list of buffers,...
15461
Arjona, Ariel
aarjona@...
Dec 27, 2000 4:43 pm
Hi all, Just wondering if anybody else has seen this. In the lines like this: <img src="<%=rsTemp("p_src")%>"> vim seems to have problems with the quotes and...
15462
Johannes Zellner
johannes@...
Dec 27, 2000 7:43 pm
... works great! Thanks for this script! -- Johannes...
15463
Benji Fisher
fisherbb@...
Dec 27, 2000 7:46 pm
... You are welcome. Thanks for the testing! Are there any other testers out there? --Benji Fisher...
15464
Benji Fisher
fisherbb@...
Dec 27, 2000 7:57 pm
... What syntax are you using: html or one of the derived syntaxes, or something else? (What does vim reply to :set syntax ?) When I put the above snippet...
15465
Arjona, Ariel
aarjona@...
Dec 27, 2000 8:17 pm
Sorry for the attachment. Saw the "Convert to HTML" option once, but didn't come to my mind this time (really useful BTW). I am using ASP for VBScript. :set...