Search the web
Sign In
New User? Sign Up
vim · Vim (Vi IMproved) text editor users list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 55670 - 55699 of 109159   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
55670
I know this isn't exactly on topic, but I'm hoping someone here already has solution as to how to accomplish this. You'd think finding a list of what...
George
d1945@...
Send Email
Jan 1, 2005
12:08 pm
55671
To view current file in firefox: inoremap <vb <esc>:up<cr>:!start c:\programs\firefox\firefox.exe file:///%:p:gs?\\?/?<cr> hth, Alan Isaac...
Alan G Isaac
aisaac@...
Send Email
Jan 1, 2005
3:02 pm
55672
Hi all! I have just compiled a VIM reference card for my own purposes. If anyone is interested, download it here: ...
Sebastian Menge
sebastian.menge@...
Send Email
Jan 2, 2005
12:31 am
55673
Hello, I just downloaded the gvim.exe 6.3 from the vim site. I am editing an HTML file and I keep getting unwanted automatic indentation. How do I turn this ...
Neil Zanella
nzanella@...
Send Email
Jan 2, 2005
2:33 am
55674
Important document!...
dany.stamant@...
Send Email
Jan 2, 2005
9:25 am
55675
... fixed. ... and http://ls10-www.cs.uni-dortmund.de/~menge/vimquick.tex I really should mention and thank Laurent Gregoire whos reference card I tried to...
Sebastian Menge
sebastian.menge@...
Send Email
Jan 2, 2005
6:04 pm
55676
Hey There, I'm new to Vim. I'm a family doctor so I write a lot of notes to keep track of what patients tell me. Patients tell me things in their own order but...
Jonathan Ploudre
jploudre@...
Send Email
Jan 3, 2005
12:12 am
55677
... Being basically lazy, I would rewrite the script but mark the text and pipe it out through the existing script with ! myscript I do the same occasionally...
Steven Tryon
stryon@...
Send Email
Jan 3, 2005
12:28 am
55678
Jonathan Ploudre wrote on 2 Jan 2005 16:11:57 -0800: that he has been using a perl script to sort text documents within the "BBEdit" editor; and is curious ...
Suresh Govindachar
sgovindachar@...
Send Email
Jan 3, 2005
2:15 am
55679
Hello Jonathan, your perl skript is written as a filter and can be used inside vim without problems. Take a look a the help file with ":help !" inside vim. ...
Stefan Kell
skba.opbsd@...
Send Email
Jan 3, 2005
7:19 am
55680
Dear all, I am using gvim under Windows. I installed the big version with GUI. I typed :version and was able to see the following: +tcl/dyn I have ActiveTcl...
Jingzhao Ou
ouj@...
Send Email
Jan 3, 2005
8:08 am
55681
Hi, does TCL work in a DOS-box? Regards Stefan...
Stefan Kell
skba.opbsd@...
Send Email
Jan 3, 2005
8:13 am
55682
... Using the Aqua version of Vim on OS X.3.7, neither CTRL-^ no CTRL-6 work (I also tried with Command, but it did not work either). What key combination...
Alan Schmitt
alan.schmitt@...
Send Email
Jan 3, 2005
11:36 am
55683
On Mon, 3 Jan 2005 12:36:11 +0100 ... There was a post about this issue on the vim-mac list several months ago, and Bram sent a patch to the list that is...
Emily Jackson
m5computing@...
Send Email
Jan 3, 2005
12:26 pm
55684
... [snip] ... That Vim was linked to Tcl 8.3, not 8.4.9, as should be obvious from the error message. If you want a win32 vim binary linked to the latest and...
Alejandro López-Va...
dradul@...
Send Email
Jan 3, 2005
12:44 pm
55685
Hello VIM community, Can anybody help me?? I'm stuck with the following problem: I need to remove <nul> characters (^@, hex 00) from a file. This works very...
Klaus.Hoffmann@...
Send Email
Jan 3, 2005
2:10 pm
55686
are available at deb http://www.lxtec.de/debarchiv binary-powerpc/ deb http://www.lxtec.de/debarchiv binary-i386/ deb-src http://www.lxtec.de/debarchiv...
Elimar Riesebieter
riesebie@...
Send Email
Jan 3, 2005
2:46 pm
55687
Klaus ... The following replaces <NUL> (^@) by a line break (\\r): execute "normal :%s/\<C-V>000/\\r/g\<CR>" HTH Mathias...
Mathias Michaelis
michaelis@...
Send Email
Jan 3, 2005
3:32 pm
55688
Important document!...
leitner@...
Send Email
Jan 3, 2005
5:16 pm
55689
Thanks a lot for the replies. I make a copy of tcl84.dll and rename it to be tcl83.dll. Then, ...... it works! :-) I know that there must be some issues by...
Jingzhao Ou
ouj@...
Send Email
Jan 3, 2005
7:17 pm
55690
vimmers-- i have two ways i usually telnet to our unix and linux boxes at work: using putty and x-windows for both these methods, getting the selection into ...
Scott C
scott2237@...
Send Email
Jan 3, 2005
7:39 pm
55691
that's not the truth?...
vinschen@...
Send Email
Jan 3, 2005
9:20 pm
55692
Can a vim server be setup/used without a GUI choice compiled in? The clientserver documents didn't specify though all the example refer to gvim and I was kind...
James Moss
moss@...
Send Email
Jan 3, 2005
9:40 pm
55693
Just saw your email after my vacation. I have been using the following command as a substitute for missing completion on :find command. Hope you find it...
Hari Krishna Dara
hari_vim@...
Send Email
Jan 3, 2005
10:58 pm
55694
... The ctrl-^ command without count goes to the last visited buffer, but the count is not an extrapolation of the same concept. The count is taken as an...
Hari Krishna Dara
hari_vim@...
Send Email
Jan 4, 2005
12:09 am
55695
On Mon, 03 Jan 2005 the mental interface of ... The packages are still removed. Please ask the Debian Maintainer for further info's about his repository...
Elimar Riesebieter
riesebie@...
Send Email
Jan 4, 2005
12:10 am
55696
Tcl works very well in a Windows box. I have compiled gvim myself with the latest 8.4 tcl. Want to try out? Downlaod gvim.exe from the following website and...
Jingzhao Ou
ouj@...
Send Email
Jan 4, 2005
12:18 am
55697
... I don't see any way to customize the 'showmode' display, but you can use the mode() function within a 'statusline' string to display the current mode in...
Gary Johnson
garyjohn@...
Send Email
Jan 4, 2005
1:52 am
55698
... Not quite what I want, as you mentioned since that'd be the status line. Perhaps I should ask about this a possible future feature on vim-dev? -James...
James Moss
moss@...
Send Email
Jan 4, 2005
2:54 am
55699
Hello, I would like to know where to place my personal .vimrc when using gvim under Windows and where I should place it. Thanks, Neil...
Neil Zanella
nzanella@...
Send Email
Jan 4, 2005
3:16 am
Messages 55670 - 55699 of 109159   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help