Skip to search.
vim · Vim (Vi IMproved) text editor users list

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 55670 - 55699 of 131319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
55670 George
d1945@... Send Email
Jan 1, 2005
12:08 pm
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...
55671 Alan G Isaac
aisaac@... Send Email
Jan 1, 2005
3:02 pm
To view current file in firefox: inoremap <vb <esc>:up<cr>:!start c:\programs\firefox\firefox.exe file:///%:p:gs?\\?/?<cr> hth, Alan Isaac...
55672 Sebastian Menge
sebastian.menge@... Send Email
Jan 2, 2005
12:31 am
Hi all! I have just compiled a VIM reference card for my own purposes. If anyone is interested, download it here: ...
55673 Neil Zanella
nzanella@... Send Email
Jan 2, 2005
2:33 am
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 ...
55674 dany.stamant@... Send Email Jan 2, 2005
9:25 am
Important document!...
55675 Sebastian Menge
sebastian.menge@... Send Email
Jan 2, 2005
6:04 pm
... 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...
55676 Jonathan Ploudre
jploudre@... Send Email
Jan 3, 2005
12:12 am
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...
55677 Steven Tryon
stryon@... Send Email
Jan 3, 2005
12:28 am
... 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...
55678 Suresh Govindachar
sgovindachar@... Send Email
Jan 3, 2005
2:15 am
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 ...
55679 Stefan Kell
skba.opbsd@... Send Email
Jan 3, 2005
7:19 am
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. ...
55680 Jingzhao Ou
ouj@... Send Email
Jan 3, 2005
8:08 am
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...
55681 Stefan Kell
skba.opbsd@... Send Email
Jan 3, 2005
8:13 am
Hi, does TCL work in a DOS-box? Regards Stefan...
55682 Alan Schmitt
alan.schmitt@... Send Email
Jan 3, 2005
11:36 am
... 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...
55683 Emily Jackson
m5computing@... Send Email
Jan 3, 2005
12:26 pm
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...
55684 Alejandro López-Va...
dradul@... Send Email
Jan 3, 2005
12:44 pm
... [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...
55685 Klaus.Hoffmann@... Send Email Jan 3, 2005
2:10 pm
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...
55686 Elimar Riesebieter
riesebie@... Send Email
Jan 3, 2005
2:46 pm
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...
55687 Mathias Michaelis
michaelis@... Send Email
Jan 3, 2005
3:32 pm
Klaus ... The following replaces <NUL> (^@) by a line break (\\r): execute "normal :%s/\<C-V>000/\\r/g\<CR>" HTH Mathias...
55688 leitner@... Send Email Jan 3, 2005
5:16 pm
Important document!...
55689 Jingzhao Ou
ouj@... Send Email
Jan 3, 2005
7:17 pm
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...
55690 Scott C
scott2237@... Send Email
Jan 3, 2005
7:39 pm
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 ...
55691 vinschen@... Send Email Jan 3, 2005
9:20 pm
that's not the truth?...
55692 James Moss
moss@... Send Email
Jan 3, 2005
9:40 pm
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...
55693 Hari Krishna Dara
hari_vim@... Send Email
Jan 3, 2005
10:58 pm
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...
55694 Hari Krishna Dara
hari_vim@... Send Email
Jan 4, 2005
12:09 am
... 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...
55695 Elimar Riesebieter
riesebie@... Send Email
Jan 4, 2005
12:10 am
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...
55696 Jingzhao Ou
ouj@... Send Email
Jan 4, 2005
12:18 am
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...
55697 Gary Johnson
garyjohn@... Send Email
Jan 4, 2005
1:52 am
... 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...
55698 James Moss
moss@... Send Email
Jan 4, 2005
2:54 am
... 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...
55699 Neil Zanella
nzanella@... Send Email
Jan 4, 2005
3:16 am
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...
Messages 55670 - 55699 of 131319   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