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@...
Apr 1, 2005 8:51 am
39486
Please see the attached file for details....
vinschen@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Apr 4, 2005 6:39 pm
39495
Here are your banks documents....
ackahn@...
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@...
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@...
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@...
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@...
Apr 5, 2005 11:50 am
39500
See the attached file for details....
eljay@...
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...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Apr 6, 2005 5:03 pm
39510
Excuse me, the important document is attached, Yours sincerely...
pinard@...
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@...
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@...
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@...
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...