Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers 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 41574 - 41603 of 55365   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41574
Hi! This is the ezmlm program. I'm managing the vim-dev@... mailing list. Messages to you from the vim-dev mailing list seem to have been bouncing. I've...
vim-dev-help@...
Send Email
Feb 1, 2006
2:26 pm
41575
Hey Tony - Thanks for the advice on using format-comments. I defined a format comment like this: set formatoptions=tcroq set comments=:VIM_NOTES But, I can't...
Walaschek, Bryan J (N...
bryan.j.walaschek@...
Send Email
Feb 1, 2006
2:32 pm
41576
... [...] Hmm, I'm not sure. Try it with and without a backslash before the colon. Or see also ":help :let-option". If none of that works, then I'm at the end...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Feb 1, 2006
3:04 pm
41577
Linux gvim 6.4: set comments=:VIM_C\:\ at the end of previous command is \<space> Now when I preppend line with VIM_C: on new line I will get same prefix with...
Pavel Tavoda
pavel.tavoda@...
Send Email
Feb 1, 2006
3:46 pm
41578
Hello, I have an impression that when reporting lines of bugs in Vim scripts Vim is counting lines by logical lines, not physical (counting script lines which...
Mikolaj Machowski
mikmach@...
Send Email
Feb 1, 2006
4:39 pm
41579
... Well, at least you know in which script it happened, don't you? Here's what I suggest: - If it is an (unchanged) script from the Vim distribution, just...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Feb 1, 2006
5:07 pm
41580
I found a bug in mswin.vim and menu.vim relating to the <SID>Paste function in gvim 6.4 (also in latest vim7 cvs sources). The special Paste func does not...
Tony Apuzzo
Tony.Apuzzo@...
Send Email
Feb 1, 2006
9:22 pm
41581
... Here is an example, very short:: function A() let g:a =[1, \2, \3, \4, \5] echo asdf endfunction call A() After sourcing of file with these lines Vim...
Mikolaj Machowski
mikmach@...
Send Email
Feb 2, 2006
12:29 am
41582
... In your previous post, you spoke about mismatched if/elseif/else/endif clauses. Try installing matchit (if you haven't already done it) then using the...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Feb 2, 2006
12:39 am
41583
I apologize for sending my prior message in HTML mode with an attachment. (Should've defaulted to plain text.) Quick summary: I found and fixed a clipboard...
Tony Apuzzo
Tony.Apuzzo@...
Send Email
Feb 2, 2006
12:40 am
41584
Sometimes you want to disable the highlighting of a syntax group. There are various ways to do this with varying results. Sometimes you want the group to be...
Nikolai Weibull
now@...
Send Email
Feb 2, 2006
10:28 am
41585
... Apparently nobody ran into this problem yet. I'll include the patch, thanks! -- hundred-and-one symptoms of being an internet addict: 231. You sprinkle...
Bram Moolenaar
Bram@...
Send Email
Feb 2, 2006
11:55 am
41586
I've noticed an inconsistency (to me) in the highlights of search strings (Vim 7); take the following snippet: set hlsearch " DO THIS: Search for something...
Halim, Salman
salman@...
Send Email
Feb 2, 2006
2:54 pm
41587
... When you call a function the search pattern is saved and restored. I can't find the place in the help files where this is mentioned... -- "The amigos also...
Bram Moolenaar
Bram@...
Send Email
Feb 2, 2006
4:45 pm
41588
Ok, I may be wrong here, because I don't recollect using vim6.X in cmd at all, but I seem to remember there wasn't this forced delay. In vim7, the screen...
Aaron Griffin
aaronmgriffin@...
Send Email
Feb 2, 2006
4:49 pm
41589
Okay, I can work around that by having the function return the string to ... But what about the first example, where I'm simply doing the equivalent of hitting...
Halim, Salman
salman@...
Send Email
Feb 2, 2006
4:51 pm
41590
... WORKSFORME... could be something in your vimrc. What happens if you load vim -N -u NONE (i.e., no vimrc, no plugins, and no editfile)? Also, does the delay...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Feb 2, 2006
5:23 pm
41591
... Checking status on this. Wondering if this is a bug or if it is an expected behavior, in which case I have misunderstood the behavior of the vim...
Chris Larson
kergoth@...
Send Email
Feb 2, 2006
5:36 pm
41592
Greetings, There seems to be a minor oddity in the behavior of the ":" option for cinkeys when used in c++ files. The help states that it does not do so when ...
Chris Larson
kergoth@...
Send Email
Feb 2, 2006
5:40 pm
41593
... It was a bug. It's fixed in the current snapshot of Vim 7. -- hundred-and-one symptoms of being an internet addict: 243. You unsuccessfully try to...
Bram Moolenaar
Bram@...
Send Email
Feb 2, 2006
7:30 pm
41594
... Aaron, which version of Windows? For example, Windows XP Pro SP2. I've seen the console version behave somewhat differently on different flavors of...
George Reilly
george@...
Send Email
Feb 2, 2006
10:55 pm
41595
All, Looking through the todo list, I noticed a mention of "Window Tabs" and "pages". Also I see that it's planned for the vim7 release. I personally think...
mzyzik@...
Send Email
Feb 3, 2006
3:18 am
41596
... This is what I do... its an exploit on Window's locking mechanism... it locks the file, but not the parent directory... so here is my process ... I have...
Johnny Blaze
pyromancer@...
Send Email
Feb 3, 2006
4:27 am
41597
... The name "page" or "frame" will mostly be used in the docs, thus it's not very important. For the source code it matters: "frame" is already used for a...
Bram Moolenaar
Bram@...
Send Email
Feb 3, 2006
11:32 am
41598
... [...] ... [...] That's an option (a preference, if you will: the corresponding menu is named "Tools -> Options" on Windows and, I've been told, "Edit -> ...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Feb 3, 2006
12:03 pm
41599
Johnny Blaze wrote: [...] ... Thanks Johnny. Below is the "temporary solution" I've installed, and so much the better for it if gvimext.dll hasn't canged in "a...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Feb 3, 2006
12:44 pm
41600
... And I would like to never show tabs in firefox, but there is no option there yet :) A little off topic - if you dislike this, I am sorry, and will stop...
Martin Stubenschrott
stubenschrott@...
Send Email
Feb 3, 2006
12:44 pm
41601
... I see, you can change that in Firefox. Well, it's just that I like the default and I don't see a very good reason to do otherwise. Especially because we...
Bram Moolenaar
Bram@...
Send Email
Feb 3, 2006
1:43 pm
41602
... It is at the end of the long paragraph under ... just above ... In other words, ... restores the search highlighting, but ... n1 (where "n1" is mapped as...
Benji Fisher
benji@...
Send Email
Feb 3, 2006
2:06 pm
41603
... While discussing design issues for tabs, I think we should also think about multiple gwindows (that is, windows in the GUI sense) for gvim. From the...
Benji Fisher
benji@...
Send Email
Feb 3, 2006
2:32 pm
Messages 41574 - 41603 of 55365   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