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...
Show off your group to the world. Share a photo of your group with us.

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 37518 - 37547 of 109139   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37518
I am looking for the author of ctags.vim, http://vim.sourceforge.net/scripts/script.php?script_id=12, Alexey Marinichev, who signs messages with "--Lyosha"....
Gary Johnson
garyjohn@...
Send Email
Mar 1, 2003
11:49 am
37519
Hi, I am merging some code from a project that has forked, and I have trouble editing several diff files. More precisely, here is what happens: - I open gvim,...
Alan Schmitt
alan.schmitt@...
Send Email
Mar 1, 2003
4:49 pm
37520
... This did the trick. Thanks. So can I use :set nohls -Payal -- "Visit GNU/Linux Success Stories" www.geocities.com/rpayal99 Guest-Book Section Updated....
Payal Rathod
payal@...
Send Email
Mar 1, 2003
5:00 pm
37521
Hi, A question on help windows. When someone tells me to refer to help I do, ... and a help window pops up. I covers almost 4/5 of my screen. Now I want to...
Payal Rathod
payal@...
Send Email
Mar 1, 2003
5:00 pm
37522
Hi, Thanks for the mails. I *think* I got it cleared. Just confirming this. The comments besides each line indicate what I did. I have, $ vim sample.dat Line 1...
Payal Rathod
payal@...
Send Email
Mar 1, 2003
5:01 pm
37523
... Yes. ... Register '1' has the last delete (Line 6) and register '2' has the delete before that (Line 5). Ross...
Ross A. Osborn
rosborn@...
Send Email
Mar 1, 2003
5:21 pm
37524
... Cheers. Just to be sure -- did you test the patch and verified that it works for you, or was this just a generic expression of joy about the rapid customer...
Daniel Elstner
daniel.elstner@...
Send Email
Mar 1, 2003
6:51 pm
37525
Alan, Try dirdiff.vim from the vim.org site. I use it all the time to diff multiple files/directories. It works great! -Todd...
Todd Musall
tmusall@...
Send Email
Mar 1, 2003
6:55 pm
37526
... Try executing ... in the window containing the next file. Also, this may be overkill, but when my diff'd windows get out of sync, I execute ... and that...
Gary Johnson
garyjohn@...
Send Email
Mar 1, 2003
7:11 pm
37527
... I don't know how to make the original window completely full screen, but typing CTRL-W _ in the original window will make it as large as possible. Putting...
Gary Johnson
garyjohn@...
Send Email
Mar 1, 2003
7:23 pm
37528
... Well, this is quite specific. I don't really know where to add this remark in such a way that someone who needs it would actually find it. ... I have no...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2003
8:47 pm
37529
Hello, I am having a problem getting folding to work for latex documents with vim 6.1. The syntax file tex.vim seems to contain instructions for folding, but...
Trevor Wilson
trev@...
Send Email
Mar 1, 2003
9:02 pm
37530
... I haven't tried it yet, I just love the response time. :) Mike...
msoulier@...
Send Email
Mar 2, 2003
1:23 am
37531
... From: "Payal Rathod" <payal@...> To: "Vim Mailing List" <vim@...> Sent: Saturday, March 01, 2003 1:51 PM Subject: help on help windows ... ...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Mar 2, 2003
1:31 am
37532
... ;-) Please do test it if possible, it can't go into Vim until it has been confirmed that it works. Quick'n'dirty build instructions in case you never...
Daniel Elstner
daniel.elstner@...
Send Email
Mar 2, 2003
1:52 am
37533
Hi, does anybody know how to match the newline character in text previously yanked? I tried "match(@", '\n')", but this didn't work... Thanks in advance! Klaus...
Klaus Bosau
kbosau@...
Send Email
Mar 2, 2003
6:54 am
37534
... IIRC, the output of :registers shows newlines as ^J -- Have you try matching for that? (Enter it by pressing Ctrl-V followed by Ctrl-J; and replace the ...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Mar 2, 2003
8:18 am
37535
... Vim 6.1 (patches 1-290) on Slackware 8.1. Patched successfully but still the same old problem appears :( Sean -- ...
Sean Richards
sean64@...
Send Email
Mar 2, 2003
8:48 am
37536
... Hi Antoine, thanks! It worked as you said when typed in by hand. Using it within a script however (I tried if match(@", '^@') > -1 | echo 'found' | endif )...
Klaus Bosau
kbosau@...
Send Email
Mar 2, 2003
9:20 am
37537
... Well, there are questions concerning ^J (newline, used by vim to represent a null internally) and ^@ (null, used by vim internally to terminate a string or...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Mar 2, 2003
9:48 am
37538
... It looks as though you are using LaTeX suite, so I am forwarding this to the vim-latex mailing list. I am not sure whether this is the intended behavior....
Benji Fisher
benji@...
Send Email
Mar 2, 2003
1:09 pm
37539
... I tried ^V^J and ^V^V^V^J with single and double quotes. None of them worked, except ^V^J when source'd from a register. Source'ing it from a file failed....
Klaus Bosau
kbosau@...
Send Email
Mar 2, 2003
1:30 pm
37540
... Did you try using "\<C-J>" instead of '^@' ? ... HTH --Benji Fisher...
Benji Fisher
benji@...
Send Email
Mar 2, 2003
1:34 pm
37541
... Darn. Oh well. Could you please mail me the ./configure arguments you used, the output of ./configure, the arguments used for compiling and linking...
Daniel Elstner
daniel.elstner@...
Send Email
Mar 2, 2003
2:15 pm
37542
... As a follow-up for future readers, I had to add the following to the auto/config.h to get this to work: #define FEAT_SIGN_ICONS 1 Then do a 'make clean'...
Jeffery Cann
fabian@...
Send Email
Mar 2, 2003
3:59 pm
37543
In Gvim, I use `set winaltkeys=no` to permit maps to the Alt (meta) keys. However in the console version, that option doesn't exist. How can one do this with...
Bill McCarthy
WJMc@...
Send Email
Mar 2, 2003
11:28 pm
37544
In some languages functions and variables can have `*` or `?` in valid names. 'iskeyword' is set to include all valid name characters, including these. If I...
Bill McCarthy
WJMc@...
Send Email
Mar 2, 2003
11:29 pm
37545
Hi, I found that plugin taglist put vim to another high level. Now, it is like a dynamic IDE on demand, and under control, but without IDE's inherent trouble. ...
Xiangjiang Ma
maxiangjiang@...
Send Email
Mar 3, 2003
6:21 am
37546
Hi, For vim for win32, can we have an option to return DOS filename? How about %:P, %:P:H, etc (captital letter)? Reason: for those poor Windows users, :set...
Xiangjiang Ma
maxiangjiang@...
Send Email
Mar 3, 2003
7:42 am
37547
Hi, thanks a lot for the feedback. It turned out to be indeed helpful, see below. ... (It's probably not the issue but nonetheless a good idea to rm...
Daniel Elstner
daniel.elstner@...
Send Email
Mar 3, 2003
9:02 am
Messages 37518 - 37547 of 109139   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