Hello all, That entry in todo.txt has been the source of my itch for quite some time. I had resorted to writing custom zsh command line completion for ...
Nazri Ramliy
ayiehere@...
Feb 1, 2009 9:29 am
53178
... Eek! Please use this patch instead as the previous one contains two unnecessary hunks that modified misc2.c and os_msdos.c (hehe). Now I'll go back to my...
Nazri Ramliy
ayiehere@...
Feb 1, 2009 9:38 am
53179
Hi, ... Here's a patch that hopefully fixes this bug. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev"...
François Ingelrest
francois.ingelrest@...
Feb 1, 2009 9:44 am
53180
... Thanks. I'll have a closer look later. -- hundred-and-one symptoms of being an internet addict: 37. You start looking for hot HTML addresses in public...
Bram Moolenaar
Bram@...
Feb 1, 2009 1:48 pm
53181
... Thanks! -- hundred-and-one symptoms of being an internet addict: 35. Your husband tells you he's had the beard for 2 months. /// Bram Moolenaar --...
Bram Moolenaar
Bram@...
Feb 1, 2009 2:23 pm
53182
... Thanks! Looks OK, except that I usually avoid variables with a negative name, as this leads to double negatives: "!dont_check". Using "check_redraw" with...
Bram Moolenaar
Bram@...
Feb 1, 2009 3:01 pm
53183
... Sorry for the delay. I have finally added the README to the stuff branch and renamed the feature branches. Now you have push access, Milan. You can create...
Markus Heidelberg
markus.heidelberg@...
Feb 3, 2009 2:10 pm
53184
Cross reference multiple search patterns dynamically. You need vim 7.0 and above for this but it comes in handy. Convert ^R and ^M to their equivalent control...
zlel
eijinomoto@...
Feb 3, 2009 10:37 pm
53185
... There's a plugin named mark.vim (http://www.vim.org/scripts/script.php?script_id=1238) that does this, too. (And it provides many useful mappings, etc.)...
Ingo Karkat
swdev@...
Feb 3, 2009 11:37 pm
53186
Hi, when I apply a reversed patch on an open file with 'diffpatch', gvim opens a window with an empty buffer instead of the patched file. 'godlygeek' on IRC ...
Andreas Bernauer
andreas@...
Feb 4, 2009 10:15 am
53187
Patch 7.2.094 Problem: Compiler warning for signed/unsigned compare. Solution: Add type cast. Also fix a few typos. Files: src/edit.c ... ...
Bram Moolenaar
Bram@...
Feb 4, 2009 10:21 am
53188
Patch 7.2.095 Problem: With Visual selection, "r" and then CTRL-C Visual mode is stopped but the highlighting is not removed. Solution: Call...
Bram Moolenaar
Bram@...
Feb 4, 2009 10:47 am
53189
... That would be version 7.2.0 (i.e., 7.2 with no bugfixes). Since then, almost a hundred "official" patches have been published: see what they are about (one...
Tony Mechelynck
antoine.mechelynck@...
Feb 4, 2009 11:01 am
53190
... [...] ... Bug happens in r1341 of the subversion version, too. -- Andreas. --~--~---------~--~----~------------~-------~--~----~ You received this message...
Andreas Bernauer
andreas@...
Feb 4, 2009 11:04 am
53191
... Sorry, didn't know that. Bug happens at patch level 7.2.095, too. -- Andreas. --~--~---------~--~----~------------~-------~--~----~ You received this...
Andreas Bernauer
andreas@...
Feb 4, 2009 11:26 am
53192
... Looks like patch 7.2.092 introduced another signedness mismatch, near line 19915 of eval.c -- here's the context as I see it, with the "culprit line" set...
Tony Mechelynck
antoine.mechelynck@...
Feb 4, 2009 11:33 am
53193
... And regardless of 'guipty' - though I haven't yet sourcedived to figure out exactly what is going wrong. ~Matt ...
Matt Wozniski
mjw@...
Feb 4, 2009 11:36 am
53194
Patch 7.2.096 Problem: After ":number" the "Press Enter" message may be on the wrong screen, if switching screens for shell commands. Solution: Reset...
Bram Moolenaar
Bram@...
Feb 4, 2009 12:15 pm
53195
Patch 7.2.097 Problem: "!xterm&" doesn't work when 'shell' is "bash". Solution: Ignore SIGHUP after calling setsid(). (Simon Schubert) Files:...
Bram Moolenaar
Bram@...
Feb 4, 2009 1:19 pm
53196
Patch 7.2.098 Problem: Warning for signed/unsigned pointer. Solution: Add type cast. Files: src/eval.c ... *************** *** 3928,3934 **** /* *...
Bram Moolenaar
Bram@...
Feb 4, 2009 3:27 pm
53197
Patch 7.2.099 Problem: Changing GUI options causes an unnecessary redraw when the GUI isn't active. Solution: Avoid the redraw. (Lech Lorens) Files:...
Bram Moolenaar
Bram@...
Feb 4, 2009 4:28 pm
53198
... The patch adds "focusonly" to the 'scrollopt' option by default. That means people who previously did something like ":set scrollopt=ver" will get...
Bram Moolenaar
Bram@...
Feb 4, 2009 4:44 pm
53199
... I've looked in todo.txt and not found this patch mentioned. Bram: did you perhaps miss this patch? Björn ...
björn
bjorn.winckler@...
Feb 4, 2009 4:48 pm
53200
Patch 7.2.100 Problem: When using ":source" on a FIFO or something else that can't rewind the first three bytes are skipped. Solution: Instead of...
Bram Moolenaar
Bram@...
Feb 4, 2009 4:51 pm
53201
... Eh, what patch? -- George: "I just got a new set of golf clubs for my wife!" John: "Great trade!" /// Bram Moolenaar -- Bram@... --...
Bram Moolenaar
Bram@...
Feb 4, 2009 5:32 pm
53202
Patch 7.2.101 (extra) Problem: MSVC version not recognized. Solution: Add the version number to the list. (Zhong Zhang) Files: src/Make_mvc.mak ... ...
Bram Moolenaar
Bram@...
Feb 4, 2009 5:36 pm
53203
... It was attached to the post I replied to in the original thread (I did not include it inline since last time I did so the text got mangled). Here it is...
björn
bjorn.winckler@...
Feb 4, 2009 5:59 pm
53204
Hello all, This is the follow up to my implementation[1] of command line completion for :find and :sfind. Attached is the improved patch, now against r1341...
Nazri Ramliy
ayiehere@...
Feb 4, 2009 6:09 pm
53205
Hello Bram, Today I used the :diffpatch command for the first time (after more than 7 happy years with VIM :-), and I noticed that although the patch result...
Ingo Karkat
swdev@...
Feb 4, 2009 6:16 pm
53206
... Hah! I caught myself again. That patch contains inappropriate leftovers (and stray fflush ;) from my dabbling with the vim_extended repository. I'm blaming...