Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 18544 - 18573 of 71370   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
18573 Douglas L . Potts
dp@... Send Email
Mar 1, 2001
4:35 pm
... I could be wrong, but I thing you want to: set &tags set tags+=/home/pkippes/tags/tags-bw65 You want to make sure that tags are first set to the default...
18572 Bram Moolenaar
Bram@... Send Email
Mar 1, 2001
4:12 pm
... I see it on Unix too. This patch should fix it: ... *************** *** 2041,2047 **** break; first = FALSE; #ifdef FEAT_FOLDING !...
18571 Bram Moolenaar
Bram@... Send Email
Mar 1, 2001
4:12 pm
... I see the problem. It's an off-by-one error. It would also be wrong when "uhex" is used in 'display&#39;. This patch should fix both: ... *************** ...
18570 Bram Moolenaar
Bram@... Send Email
Mar 1, 2001
4:12 pm
... Looks OK to me. I'll include this, unless someone has a problem with that. -- hundred-and-one symptoms of being an internet addict: 34. You laugh at...
18569 Bram Moolenaar
Bram@... Send Email
Mar 1, 2001
4:11 pm
... Sorry, I forgot to change the highlight commands that define the default colors to skip this when a color is already defined. I'll do that now. Note that...
18568 Paul Kippes
kippesp@... Send Email
Mar 1, 2001
3:55 pm
I'm aware that beginning in vim60w, "set tags" can be unique for each buffer. But knowing this, I'm unsure if the following is suppose to work. I first...
18567 Benji Fisher
fisherbb@... Send Email
Mar 1, 2001
3:33 pm
... [snip] I think this bug was already reported, and a patch posted. I think the problem crept in when input() was changed to allow a default. Check the...
18566 vipin aravind
vipin.aravind@... Send Email
Mar 1, 2001
2:36 pm
sorry goofed up, I deleted all the objs from objcd and made it once more and it went successfully with link. thanks vipin ... From: Craig Barkhouse To: VIM...
18565 vipin aravind
vipin.aravind@... Send Email
Mar 1, 2001
2:33 pm
when I open the new debug vim for win32, I see errors flying past the screen, is there any log file. thanks...
18564 Craig Barkhouse
craig@... Send Email
Mar 1, 2001
2:32 pm
You message is a bit vague. :) I didn't have to add anything to the version of Make_mvc.mak that I posted. What did you have to add, and where? ... From:...
18563 vipin aravind
vipin.aravind@... Send Email
Mar 1, 2001
2:19 pm
add a line in the makefile_mvc.mak for misc2.obj and its done thanks...
18562 vipin aravind
vipin.aravind@... Send Email
Mar 1, 2001
2:06 pm
craig, U found out correctly, its debug build, I had put on the mailing list to get an answer and nobody did, but u gave it correctly, I was able to hardcode...
18561 vipin aravind
vipin.aravind@... Send Email
Mar 1, 2001
1:57 pm
I ran vcvars32, am using vc++6.00 and WINDOWSNT4.0 (service pack 6.0) vipin ... From: Vince Negri <vnegri@...> To: 'vipin aravind'...
18560 Craig Barkhouse
craig@... Send Email
Mar 1, 2001
1:51 pm
... From: "Vince Negri" <vnegri@...> To: "'vipin aravind'" <vipin.aravind@...> Cc: "VIM Mailing list" <vim-dev@...> Sent: Thursday, March...
18559 Moore, Paul
Paul.Moore@... Send Email
Mar 1, 2001
12:28 pm
From: Mark Brophy [mailto:mbrophy@...] ... Right. I get it now, with gvim -u NONE. I don't get it with my vimrc. Trimming it down, it's the nowrap...
18558 Bram Moolenaar
Bram@... Send Email
Mar 1, 2001
12:19 pm
... Well, I did a grep in the 5.7 source directory and the runtime/syntax directory and couldn't find it. Spelling? Or do you set the 'highlight&#39; option to...
18557 Bram Moolenaar
Bram@... Send Email
Mar 1, 2001
12:19 pm
... The problem is probably that linking failed. Strange that there is no error message. Check the other lines in the config.log around this, I suspect other...
18556 Bram Moolenaar
Bram@... Send Email
Mar 1, 2001
12:19 pm
... You can't use <Esc>-char when you want to insert the character with the 8th bit set, like it's done now. You don't want to insert the <Esc> anyway, thus ...
18555 Bram Moolenaar
Bram@... Send Email
Mar 1, 2001
12:18 pm
... The 'suffixesadd&#39; option helps a bit here. But the file name must be valid for this to work, not end in "*" or have "." for file name separator. ... This...
18554 Bram Moolenaar
Bram@... Send Email
Mar 1, 2001
12:18 pm
... Vim can't know how many spaces to strip. I think the only solution is to work with 'tabstop&#39; set to 8. Yet another reason to keep 'tabstop&#39; at the...
18553 Mike Williams
mikew@... Send Email
Mar 1, 2001
12:04 pm
Hi, I'm slowly moving over from 5.7 to 6.0? and have hit a slight problem. Using 'syntax on' resets the default highlight colors. The only way I have found...
18552 Mark Brophy
mbrophy@... Send Email
Mar 1, 2001
12:02 pm
... Ok, I just tried it without my vimrc, and it still happens. I only have the standard plugins distributed with 6.0. Start gvim. itest<return>test<ESC>Vkzf ...
18551 Moore, Paul
Paul.Moore@... Send Email
Mar 1, 2001
11:52 am
From: Mark Brophy [mailto:mbrophy@...] ... I can't reperoduce this (gvim 6.0w on Windows 2000, compiled myself with MSVC). Can you be a little more...
18550 Mark Brophy
mbrophy@... Send Email
Mar 1, 2001
11:40 am
I've noticed a bug using gvim 6.0w under windows. You can reproduce it the following way. start gvim with an empty window. insert a few lines of text, select...
18549 Neil Bird
neil.bird@... Send Email
Mar 1, 2001
10:43 am
[6.0v] If the error message from a line out of :make is such that it *exactly* fills the statusbar upon :cc, it still adds the '...' abbreviation - but because...
18548 Vince Negri
vnegri@... Send Email
Mar 1, 2001
9:26 am
... Strange... Vim built fine for me without having to define WIN32 in the makefile - I have no idea why it works on my machine in that case, by rights it...
18547 vipin aravind
vipin.aravind@... Send Email
Mar 1, 2001
8:53 am
But Iam building on NT4 , doesn't that contradict u'r statement in braces. thanks vipin ... From: Vince Negri <vnegri@...> To: 'vipin aravind'...
18546 Vince Negri
vnegri@... Send Email
Mar 1, 2001
8:50 am
See the previous post on this: Date: Mon, 26 Feb 2001 11:30:28 -0800 (PST) From: Lonny Cordell <lcordell@...> Subject: Re: WIN32 console build broken In...
18545 sami.j.salonen@... Send Email Mar 1, 2001
8:42 am
Hi, After starting vim with vim -u NONE I get a core dump by ... Input and call functions seem to work properly if I use them in sensible contexts, e.g. ... is...
18544 Benoit Cerrina
benoit.cerrina@... Send Email
Mar 1, 2001
8:39 am
Hi, there seems to be a bug in the way vim handles the %p^ errorformat, at least there is inconsistant behavior when using javac due to the compiler expanding...
Messages 18544 - 18573 of 71370   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help