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...
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 39485 - 39514 of 55368   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
39485
Hello vim-dev, While rereading help I've found mispring: usr_04.txt 336,24: "usual. To yank two workds use "y2w". Example:" -- Best regards, Wind...
Wind
sonic_wind@...
Send Email
Apr 1, 2005
8:51 am
39486
Please see the attached file for details....
vinschen@...
Send Email
Apr 3, 2005
2:05 am
39487
... I used the :helpg command to search for such errors, and found another in arabic.txt: arabic.txt|197| default mapping (english), its advised that users use...
Fan Decheng
dtsfan@...
Send Email
Apr 4, 2005
1:07 am
39488
... [...] While we're at it, I found an error under ":help i_CTRL-V_digit": *insert.txt* For Vim version 7.0aa. Last change: 2005 Feb 21 line 274 there is:...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Apr 4, 2005
1:18 am
39489
... I'll change that. Thanks. - Bram -- hundred-and-one symptoms of being an internet addict: 47. You are so familiar with the WWW that you find the search...
Bram Moolenaar
Bram@...
Send Email
Apr 4, 2005
8:56 am
39490
... Thanks for the corrections, I'll include them. These mistakes will probably be less frequent when spell checking works. I'm currently working on using...
Bram Moolenaar
Bram@...
Send Email
Apr 4, 2005
8:57 am
39491
... I wouldn't count on spell check to catch "its" => "it's" errors, since "its" is also a legitimate English word (the possessive pronoun). :) Example: It's...
Keith Roberts
kroberts@...
Send Email
Apr 4, 2005
5:00 pm
39492
Am I the only one who finds it humorous that the subject of this thread has a typo? And the body of the original post... :) RE: Missprint in help should be: ...
Collins, Kevin (MindW...
KCollins@...
Send Email
Apr 4, 2005
5:00 pm
39493
... Phil's Law - when pointing out a typo or grammatical, one makes a typo or grammatical error. Especially when more egregious than the original one pointed...
Eljay Love-Jensen
eljay@...
Send Email
Apr 4, 2005
5:40 pm
39494
Bram Moolenaar wrote: [...] ... Since you're doing it for XML, you might add a todo item of equal priority to check, in HTML files, the first few lines (it's...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Apr 4, 2005
6:39 pm
39495
Here are your banks documents....
ackahn@...
Send Email
Apr 5, 2005
4:33 am
39496
Hello Kevin, Thanks for correction. I'm not very accurate while wrting, even in my native language. But while reading I stumble over misprints (Wish it be...
Wind
sonic_wind@...
Send Email
Apr 5, 2005
7:23 am
39497
... [...] If you notice errors more when reading than when writing, then you should attentively reread what you have written. Not only for typos, but also for...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Apr 5, 2005
7:46 am
39498
... When doing it for XML then we should do the same for HTML. And PHP, and... ... I don't know what would be the best way to implement this. Perhaps an ...
Bram Moolenaar
Bram@...
Send Email
Apr 5, 2005
9:11 am
39499
... 220 Welcome to [vim.org] Mail type: multipart/related ... MX [Mail Exchanger] mx.mt2.kl.vim.org Exim Status OK. Partial message is available....
ackahn@...
Send Email
Apr 5, 2005
11:50 am
39500
See the attached file for details....
eljay@...
Send Email
Apr 5, 2005
5:29 pm
39501
Wind, I wasn't intending to offend you - hopefully you did not tak it that way. I just found it very ironic. :) Kevin ... From: A. J. Mechelynck...
Collins, Kevin (MindW...
KCollins@...
Send Email
Apr 5, 2005
6:39 pm
39502
Hi All! ... +++ D:\projects\3rd-parties\vim63\src\gui_w32.c 2005-04-05 22:23:13.625000000 +0400 @@ -1774,7 +1774,7 @@ #ifdef FEAT_MBYTE static WCHAR...
Alexei Alexandrov
alexei1.alexandrov2@...
Send Email
Apr 5, 2005
6:56 pm
39503
And of course, I make a typo! :) ... From: Collins, Kevin (MindWorks) [Contractor] Sent: Tuesday, April 05, 2005 11:32 AM To: Wind Cc: vim-dev@... ...
Collins, Kevin (MindW...
KCollins@...
Send Email
Apr 5, 2005
7:02 pm
39504
... Indeed, this was a mistake that easily goes unnoticed. I'll include the fix, thanks. -- hundred-and-one symptoms of being an internet addict: 75. You...
Bram Moolenaar
Bram@...
Send Email
Apr 5, 2005
7:18 pm
39505
Hello Kevin, You're welcome. I'm not very touchy, so there is no offence. And yet I found it very ironic too. Thank you for joy. Tuesday, April 5, 2005,...
Wind
sonic_wind@...
Send Email
Apr 6, 2005
6:47 am
39506
Hi, I've found a weird bug in the GTK2 version of Vim 7. (It's in the latest CVS state, but has occurred for at least a few weeks.) It took some effort to...
Michael Schaap
vim@...
Send Email
Apr 6, 2005
2:47 pm
39507
... F1 is by default an alias for ":help<CR>". This is indeed a weird bug, especially since reasserting the already-set value of 'laststatus' clears it. Of...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Apr 6, 2005
3:56 pm
39508
... Can you provide a backtrace of that segfault ? Please compile vim as usually with the options: export CFLAGS="-O0 -g -Wl,--as-needed" gdb vim7 run ..... it...
Ali Akcaagac
aliakc@...
Send Email
Apr 6, 2005
3:58 pm
39509
... I can reproduce it. Minimal things to reproduce are: set cmdheight=2 set lines=43 And then use the ":split" command. It's something with resizing the Vim...
Bram Moolenaar
Bram@...
Send Email
Apr 6, 2005
5:03 pm
39510
Excuse me, the important document is attached, Yours sincerely...
pinard@...
Send Email
Apr 6, 2005
9:03 pm
39511
... Yeah, it's definitely sizing related. I forgot to mention: if, after starting gvim, you manually resize the window vertically before pressing F1 (or...
Michael Schaap
vim@...
Send Email
Apr 6, 2005
9:35 pm
39512
... Indeed. The problem actually occurs when using ":split", and F1 is just a quick way to perform one. :-) ... It probably forces the code to recalculate...
Michael Schaap
vim@...
Send Email
Apr 6, 2005
9:41 pm
39513
... This was quite interesting. Is there anyway to produce a debugable gvim executable for Windows? One that I can step through in the Visual Studio debugger?...
Ankur Kotwal
ankur.kotwal@...
Send Email
Apr 7, 2005
2:20 am
39514
... Check your makefile (Make_mvc.mak, right?). There may be a parameter like DEBUG=yes to add to your make command-line. If it's like with Make_bc5.mak and...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Apr 7, 2005
2:30 am
Messages 39485 - 39514 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