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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 50615 - 50644 of 109102   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
50615
What should I do after fixing a syntax file? Should I mail the maintainer? I'm asking this because the place where I should find the most recent version of the...
Jose Alves de Castro
jcastro@...
Send Email
Jun 1, 2004
10:39 am
50616
1) I'm not the ultimate vim guru. Please send your queries not just to me alone, but also to the mailing list. 2) From what you list below, the only thing I...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Jun 1, 2004
10:44 am
50617
Important textfile!...
mikmach@...
Send Email
Jun 1, 2004
12:49 pm
50618
... Yes. When it is impossible to contact the maintainer you can ask me. ... You can find the set of runtime files that I have on the ftp server: ...
Bram Moolenaar
Bram@...
Send Email
Jun 1, 2004
1:45 pm
50619
... It is ambiguous to me as well. You might change it to: m F Modified flag, text is " [+]" if modified, or " [-]" if 'modifiable' is off....
Keith Roberts
kroberts@...
Send Email
Jun 1, 2004
5:26 pm
50620
I just noticed "gq" preserves all whitespace, not just the final space character which is part of the soft line break. Is this intentional? Looks like it...
Klaus Bosau
kbosau@...
Send Email
Jun 1, 2004
6:02 pm
50621
... When you have 'BufWriteCmd' defined, it means someone is explicitly saying that the :w and :wq commands are to be handled differently, so what is the harm...
Hari Krishna Dara
hari_vim@...
Send Email
Jun 1, 2004
11:15 pm
50622
Hi, Since nobody replies on this question, I'm assuming that it's not possible to skip comments when searching. Isn't this a nice feature to put on the list...
Bert Roos
broos@...
Send Email
Jun 2, 2004
6:10 am
50623
Hi all, I have uploaded a new version (3.3) of the taglist (source code browser) plugin to the Vim online website. You can download the plugin from ...
Yegappan Lakshmanan
yegappan@...
Send Email
Jun 2, 2004
6:52 am
50624
Forwarded message is available....
george@...
Send Email
Jun 2, 2004
7:53 am
50625
function! SearchNoComment(str, opt) let b:found = 0 while (b:found == 0) call search(a:str, a:opt) let b:name=synIDattr( synID(line('.'), col('.'), 1), "name")...
vim
vim9527@...
Send Email
Jun 2, 2004
10:04 am
50626
Please read the document....
eljay@...
Send Email
Jun 2, 2004
10:30 am
50627
is that your name?...
khorev@...
Send Email
Jun 2, 2004
2:10 pm
50628
Hi there, Please forgive me if I'm being utterly useless here. I've been browsing the web and reading the manual for ages and I think I know what I'm supposed...
A. S. Budden
vim.mail@...
Send Email
Jun 2, 2004
3:30 pm
50629
... I don't know anything about utf8, sorry, but hopefully this will still apply. ... Try something along the lines of: set iskeywork=1-255,^9 Replace `1-255'...
Antony Scriven
ads@...
Send Email
Jun 2, 2004
4:12 pm
50630
... Well, you can get this with (while this isn't exactly it, it's good enough for the most part) ... which includes spaces, but excludes tabs and cr/lf....
gumnos (Tim Chase)
gumnos@...
Send Email
Jun 2, 2004
4:13 pm
50631
... [snip] ... [snip] I've tried both of these solutions, but I still can't get it to work. The result I get is that I type Pent^P and it completes the Pentref...
A. S. Budden
vim.mail@...
Send Email
Jun 2, 2004
4:39 pm
50632
It's that ol' VB code again. I've got a whole bunch of "Select Case" statements of the form Select Case iFoo Case 1 {code} Case 2 {more code} Case Else {yet...
gumnos (Tim Chase)
gumnos@...
Send Email
Jun 2, 2004
5:44 pm
50633
... [...] ... Seeing my name in the mail, I just have to answer. Yet there are a LOT of things about Vin that I don't know, even in the Unicode department....
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Jun 2, 2004
5:55 pm
50634
... I'm not 100% sure but this sounds like a typical job for the matchit plugin. Try reading its help, starting at ":help matchit.txt", and if that doesn't ...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Jun 2, 2004
6:31 pm
50635
Important details!...
dany.stamant@...
Send Email
Jun 2, 2004
6:37 pm
50636
... I see the problem, but I'm afraid I have no further suggestions. Works fine for latin1; switch to utf-8 and it stops working. Antony...
Antony Scriven
ads@...
Send Email
Jun 2, 2004
7:44 pm
50637
... This is neither thoroughly tested nor especially elegant, but might give you an idea of one way to proceed. ... That's supposed to be all one line. It...
Antony Scriven
ads@...
Send Email
Jun 2, 2004
8:22 pm
50638
... Worked like a charm! Fortunately, all the code was properly indented to begin with, so it wasn't a problem. Thanks! -tim...
gumnos (Tim Chase)
gumnos@...
Send Email
Jun 2, 2004
9:03 pm
50639
Hello, I've got this (?weird?) question: I'd like to be able to "clean up" existing C/C++ code so it'll have a consistent view (like, same indenting...
Joris Huizer
jorishuizer@...
Send Email
Jun 2, 2004
9:29 pm
50640
I believe that I would be correct in saying that you should use the = command followed by a motion (i.e. =% or =}). gg=G should restyle the complete file. ...
Brent Rice
riceran@...
Send Email
Jun 2, 2004
9:32 pm
50641
Allright the gg=G does do the indenting :-) (what's the gg part there??) But there is still a small problem - in some ugly code lines aren't broken of the way...
Joris Huizer
jorishuizer@...
Send Email
Jun 2, 2004
10:14 pm
50642
... gg=G m. -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Vim-list(s) Users Map: (last change 10 Mar) http://skawina.eu.org/mikolaj/vimlist VimGDB -...
Mikolaj Machowski
mikmach@...
Send Email
Jun 2, 2004
10:22 pm
50643
Your document is attached....
ackahn@...
Send Email
Jun 2, 2004
11:12 pm
50644
gg simply moves the cursor to the upper left-hand side of the screen. Without that, =G would just format from the point you are in the file to the end, which...
Brent Rice
riceran@...
Send Email
Jun 2, 2004
11:13 pm
Messages 50615 - 50644 of 109102   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