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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 46379 - 46408 of 109176   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
46379
... Vim comands are interpreted. There is no intermediate code. Some kind of pre-compilation could speed up loops and scripts that are used more than once....
Bram Moolenaar
Bram@...
Send Email
Jan 1, 2004
10:04 am
46380
Hey Hari, I have one that allows you to go to the line as it would be in the editor window. SO 1gvb goes to the first line as it appears in the VB editor. ...
Michael Geddes
mgeddes@...
Send Email
Jan 1, 2004
10:07 am
46381
Look at syn-matchgroup you can specify a different group for the start and end matches. //. ... From: Neil Hodge [mailto:hodge3@...] Sent: Thursday, 1...
Michael Geddes
mgeddes@...
Send Email
Jan 1, 2004
10:10 am
46382
Perl allows you to increment variables even if they are not numbers. $x = 'A'; print ++$x # prints 'B' Searching the scripts at www.vim.org on 'increment',...
Greg Matheson
lang@...
Send Email
Jan 1, 2004
10:32 am
46383
Hello, I am working with a new install of Linux/suse 9 pro and trying to set the guifont in my .gvimrc. When I choose a font from the menu > edit > select...
Don Stefani
vimuser@...
Send Email
Jan 1, 2004
3:11 pm
46384
In command line mode type ... Then, put the echoed string in gvimrc as set guifont=<echoed string> Vishnu ... From: "Don Stefani" <vimuser@...> To:...
Vishnu
vishnube@...
Send Email
Jan 1, 2004
3:46 pm
46385
... Try choosing the font with the menu as you suggest and then go to the command line and do :mkv! This will save the font line to your .vimrc and it should...
Anthony Campbell
ac@...
Send Email
Jan 1, 2004
3:47 pm
46386
... After ... follow the link to the 'nrformats' option. (You have to read the short description for both <C-A> and <C-X> to get to this part.) If you want ...
Benji Fisher
benji@...
Send Email
Jan 1, 2004
4:01 pm
46387
... /guifont HTH --Benji Fisher...
Benji Fisher
benji@...
Send Email
Jan 1, 2004
4:10 pm
46388
... As others pointed out, the value can be got from the option after setting it through the menu (if set guifont=* works for you). Sometimes, however, there ...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Jan 1, 2004
4:20 pm
46389
... *Thank you* all for your hints and help. My fonts are loading perfectly. ... - Don Stefani...
Don Stefani
vimuser@...
Send Email
Jan 1, 2004
4:27 pm
46390
Hello, I would like to modify indent/xml.vim so that a script language such as JavaScript could be properly indented inside a CDATA section. For example, ...
Brian Burns
brian_p_burns@...
Send Email
Jan 1, 2004
4:30 pm
46391
... Thanks, I've been *playing* with kvim (KDE) since I've only used gnome and gvim before. I did the :mkv! command while in kvim with all my setting ready ...
Don Stefani
vimuser@...
Send Email
Jan 1, 2004
4:53 pm
46392
... [...] ... Note: the above two lines should be joined ... Note that if / else / endif etc. must either be on separate lines or be separated by the...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Jan 1, 2004
10:22 pm
46393
... After I sent it I realized that I didn't write that snippet in <code></code> style, my config works great. ... I had never heard of it either until I...
Don Stefani
vimuser@...
Send Email
Jan 2, 2004
12:15 am
46394
... First, read the docs (following some links) under ... Then, start to look at the java.vim and xml.vim files in $VIMRUNTIME/indent/ . (Or is JavaScript...
Benji Fisher
benji@...
Send Email
Jan 2, 2004
12:37 am
46395
Hello, Although :version shows "+perl/dyn" (detailed output of :version is attached below), running the suggested test in :help perldo (eg, :perl $a=1) results...
Suresh Govindachar
sgovindachar@...
Send Email
Jan 2, 2004
4:27 am
46396
Install Perl. ... From: Suresh Govindachar [mailto:sgovindachar@...] Sent: Friday, January 02, 2004 9:57 AM To: vim@... Subject: Error E370...
Manu Anand
Manu.Anand@...
Send Email
Jan 2, 2004
4:35 am
46397
I do have perl installed: D:\suresh>perl -v This is perl, v5.8.0 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) ? ...
Suresh Govindachar
sgovindachar@...
Send Email
Jan 2, 2004
5:00 am
46398
VIM is compiled for Perl version 5.6 while u have version 5.8 installed. ... From: Suresh Govindachar [mailto:sgovindachar@...] Sent: Friday, January 02,...
Manu Anand
Manu.Anand@...
Send Email
Jan 2, 2004
5:03 am
46399
Thanks, I found perl56.dll at http://ytin.sourceforge.net/cgi-bin/dir.pl/ytin?e and put it in my vim62 directory and things seem to work. For example, the...
Suresh Govindachar
sgovindachar@...
Send Email
Jan 2, 2004
5:23 am
46400
As an aside if you are compiling VIM yourself, you can use the PERL_VER variable to specify the perl version support needed. -Manu...
Manu Anand
Manu.Anand@...
Send Email
Jan 2, 2004
5:31 am
46401
Hello, Could someone please show me a concrete example of how I can use xcin in conjunction with vim to enter chinese input. Basically I am not sure how to...
Neil Zanella
nzanella@...
Send Email
Jan 2, 2004
5:41 am
46402
Any .cz readers here who can tell if the fabled GUI tab patch seen: http://iglu.cz/wraith/LP000048/s_vim/o_vimu.html (and also seen: ...
Steve Hall
digitect@...
Send Email
Jan 2, 2004
6:04 am
46403
Hello list, I use the very handy vi "listchars" option as follows: set listchars=tab:»·,trail:· For example, when this option is set, my code will look like...
David Vaartjes
d.vaartjes@...
Send Email
Jan 2, 2004
1:14 pm
46404
... Best regards Stefan...
Stefan Roemer
roemer@...
Send Email
Jan 2, 2004
1:24 pm
46405
... [snip] ... Then, you can repeat the command, which is pretty easy with command-line completion, to toggle the 'list' option. If you do not use...
Benji Fisher
benji@...
Send Email
Jan 2, 2004
1:54 pm
46406
... From what you write, I guess you are using vim, not gvim. Consider ... this way, you won't have to worry about this any longer and no need to toggle list...
Michael Naumann
michael@...
Send Email
Jan 2, 2004
2:08 pm
46407
... OK, at the end are some snippets from the thread that still look like bugs to me. There are also some comments from Chip Campbell that I have not...
Benji Fisher
benji@...
Send Email
Jan 2, 2004
2:18 pm
46408
Hi. I was wondering if there is a command to set the tab to the value of the previous line. For example, in emacs, if I hit tab anywhere on a line it will set...
Tom Perez
tperez@...
Send Email
Jan 2, 2004
2:21 pm
Messages 46379 - 46408 of 109176   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