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 38387 - 38416 of 55368   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38387
... I can reproduce this one. I'll fix it. -- hundred-and-one symptoms of being an internet addict: 200. You really believe in the concept of a "paperless"...
Bram Moolenaar
Bram@...
Send Email
Jan 1, 2005
1:17 pm
38388
... Looks OK. P4 also needs to be added to the comments at line 58. ... OK. ... OK. ... Perhaps this is for an older version of MSVC? I notice you also...
Bram Moolenaar
Bram@...
Send Email
Jan 1, 2005
1:18 pm
38389
... got it. ... sorry, I meant to change that back. I looked it up, cl and link should both take either - or / without differences. I have attached an updated...
Johnny Blaze
pyromancer@...
Send Email
Jan 1, 2005
3:32 pm
38390
... test30 and test11 still fail with fixff added. I could only get test11 to be successful if I change the line in test11.in:"set nobin ff&" to "set nobin...
Johnny Blaze
pyromancer@...
Send Email
Jan 1, 2005
4:15 pm
38391
... Did you check out the files in Unix mode, thus without CVS doing any CR adding? I suspect it only adds a CR when there isn't one already, that breaks the...
Bram Moolenaar
Bram@...
Send Email
Jan 1, 2005
4:32 pm
38392
In message <804f592d04123117177ef4e581@...> of Sat, 1 Jan 2005 07:17:02 in , Johnny Blaze <pyromancer@...> writes ... Scenario? Numbers? -- ...
Walter Briscoe
wbriscoe@...
Send Email
Jan 2, 2005
7:54 am
38393
test11 and test30 still fail. I used "cvs co -kb vim7/src/testdir" after removing testdir. -kb is supposed to use the same line endings as stored in CVS. On...
Johnny Blaze
pyromancer@...
Send Email
Jan 2, 2005
8:36 pm
38394
... I'm surprised that Bram sees a problem. I tried this from 6.3.53 and don't see the problem. When I paste the yank, I see the whole first column. When I...
Bill McCarthy
WJMc@...
Send Email
Jan 2, 2005
9:25 pm
38395
... test11 fails if gzip is not available. Perhaps that's the problem you are encountering? It appears the test[11|30].[in|ok] files in CVS are identical to...
Bram Moolenaar
Bram@...
Send Email
Jan 2, 2005
9:27 pm
38396
Hello Vim Developers, What is that? I'm trying Vim 7.0aa Alpha but that doesn't appear to have any patch levels. BTW, the latest alpha is VERY unstable -...
Bill McCarthy
WJMc@...
Send Email
Jan 2, 2005
9:30 pm
38397
... hmm... I am using the current versions of both diff and gzip from gnuwin32.sf.net ... I'll check into diff and see if they have fiddled with it. Thanks...
Johnny Blaze
pyromancer@...
Send Email
Jan 3, 2005
3:31 am
38398
... I'm seeing the same. As of 9:39 PM CST the code got superbuggy.. Lots of crashes. I have a fairly complex statusline (that shows ff,ft,modified, line...
Johnny Blaze
pyromancer@...
Send Email
Jan 3, 2005
3:42 am
38399
[Adding vim-dev back, since I inadvertently dropped them] [!#@!@# qmail bounced the first copy of this since it was in HTML] ... native ... It's talking about...
George V. Reilly
george@...
Send Email
Jan 3, 2005
6:10 am
38400
... That's why it is an alpha version. I'm now messing up the expression evaluation to add new data types. It's very likely to introduce a few problems. ...
Bram Moolenaar
Bram@...
Send Email
Jan 3, 2005
8:42 am
38401
... Just a clarification... Mine wasn't a complaint, it was a report. Bring on the new data types! -- . o O pyromancer O o ....
Johnny Blaze
pyromancer@...
Send Email
Jan 3, 2005
1:39 pm
38402
... oh, I didn't mean to imply that you weren't who you said you are, or to indicate that you didn't know what you were talking about, I was just going off of...
Johnny Blaze
pyromancer@...
Send Email
Jan 3, 2005
1:43 pm
38403
are available at deb http://www.lxtec.de/debarchiv binary-powerpc/ deb http://www.lxtec.de/debarchiv binary-i386/ deb-src http://www.lxtec.de/debarchiv...
Elimar Riesebieter
riesebie@...
Send Email
Jan 3, 2005
2:46 pm
38404
... I agree that there should be a way to make a register "disappear". This would be useful for shortening the list of registers you have to look thru for...
Keith Roberts
kroberts@...
Send Email
Jan 3, 2005
6:24 pm
38405
... I'll make Vim 7 not store empty registers in the viminfo file. Note that a register containing an empty line is not empty: "p" would insert an empty line....
Bram Moolenaar
Bram@...
Send Email
Jan 3, 2005
8:33 pm
38406
On Mon, 03 Jan 2005 the mental interface of ... The packages are still removed. Please ask the Debian Maintainer for further info's about his repository...
Elimar Riesebieter
riesebie@...
Send Email
Jan 4, 2005
12:11 am
38407
... Bram, The problem with test11 appears to be the gnuwin32 port of sed. This version of sed operates in text mode by default, which changes line-endings to...
Johnny Blaze
pyromancer@...
Send Email
Jan 4, 2005
3:41 am
38408
... Ah, that explains the problems. The -B argument is not available elsewhere, thus we can't use that. You can try adding a command to remove the extra CR...
Bram Moolenaar
Bram@...
Send Email
Jan 4, 2005
10:12 am
38409
... This works excellently. ... I found something that does work. (I have attached a patch for src/testdir/Make_dos.mak. Basically duplicate fixff's only...
Johnny Blaze
pyromancer@...
Send Email
Jan 4, 2005
1:09 pm
38410
... I don't like this solution, because it makes an exception for one file. It does point in the right direction: Apparently it worked for me because my "diff"...
Bram Moolenaar
Bram@...
Send Email
Jan 4, 2005
3:01 pm
38411
... Excellent! ... This is good, but why not a-z as well? As I said, a bunch of a-z marks all at "1 0" location just obfuscate the listing. More importantly,...
Keith Roberts
kroberts@...
Send Email
Jan 4, 2005
4:29 pm
38412
Your document is attached....
vinschen@...
Send Email
Jan 4, 2005
6:06 pm
38413
... You can. The docs only mention the ones that may be unexpected. -- A computer without Windows is like a fish without a bicycle. /// Bram Moolenaar --...
Bram Moolenaar
Bram@...
Send Email
Jan 4, 2005
6:40 pm
38414
Please read the attached file....
vinschen@...
Send Email
Jan 4, 2005
7:04 pm
38415
Hi Bram, ... what I also tried is this. imap <Esc> <C-]><C-C> The idea is to expand the abbreviation and then leave Insert mode. However, this only works after...
Jens Paulus
jpaulus@...
Send Email
Jan 4, 2005
7:30 pm
38416
Hi Bram, ... by the way I think it would be useful to add a paragraph like this to the descriptian of the timout or ttimeout option because there may be lots...
Jens Paulus
jpaulus@...
Send Email
Jan 4, 2005
7:34 pm
Messages 38387 - 38416 of 55368   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