... Thanks. While you're at it, you might want to look into indent/cpp.vim, that differs from the indent/c.vim file as it misses the undo_indent line -- ...
52577
Dominique Pelle
dominique.pelle@...
Nov 29, 2008 3:36 pm
... [...snip...] ... Yes, you're right indeed, all the fwrite() here write only 1 element, so the patch looks OK at first sight. Yet, the patch does break...
52578
Elimar Riesebieter
riesebie@...
Nov 29, 2008 6:02 pm
* Dominique Pelle [081129 16:40 +0100] [...] ... Confirmed Elimar -- On the keyboard of life you have always to keep a finger at the escape key;-) ...
52579
Bram Moolenaar
Bram@...
Nov 29, 2008 7:13 pm
Patch 7.2.056 (after 7.2.050) Problem: Tests 58 and 59 fail. Solution: Don't invoke fwrite() with a zero length. (Dominique Pelle) Files: src/spell.c ...
52580
Bram Moolenaar
Bram@...
Nov 29, 2008 7:13 pm
... Thanks for pinning this down. It does make sense, I'll include the patch. I don't think any of the other fwrite() can have a zero size. -- GUARD #1:...
52581
Bram Moolenaar
Bram@...
Nov 29, 2008 7:13 pm
... Right. I'll fix it. -- Veni, Vidi, Video -- I came, I saw, I taped what I saw. /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\92; ...
52582
Bram Moolenaar
Bram@...
Nov 29, 2008 7:19 pm
Patch 7.2.057 (after 7.2.056) Problem: Combination of int and size_t may not work. Solution: Use size_t for variable. Files: src/spell.c ... ...
52583
Xavier de Gaye
xdegaye@...
Nov 29, 2008 7:57 pm
... The problem of "Netbeans events are handled while updating the screen, causing a crash" has been fixed in Vim 7.2 for gtk. The attached patch to Vim 7.2.55...
52584
Bill McCarthy
WJMc@...
Nov 29, 2008 8:40 pm
... I tried Make_ming.mak from Windows - test58 failed with patch level 55. With patch level 57 all went fine! I noted that for the testdir\ directory, all...
52585
Bram Moolenaar
Bram@...
Nov 30, 2008 11:54 am
Patch 7.2.058 Problem: Can't add a patch name to the ":version" output. Solution: Add the extra_patches array. Files: src/version.c ... ...
52586
Bram Moolenaar
Bram@...
Nov 30, 2008 11:54 am
... Thanks for the patch. Looks OK to me, although I can't try it out. I'll include it. -- This is the polymorph virus! Follow these instructions carefully: ...
52587
Charles Brooking
public+vim@...
Nov 30, 2008 12:24 pm
Hi all This is a small fix (I believe) for the java syntax file. Currently, qualified annotation names are hightlighted as *@org*.example.Foo(bar=baz) but this...
52588
Bram Moolenaar
Bram@...
Nov 30, 2008 2:16 pm
Patch 7.2.059 Problem: Diff display is not always updated. Solution: Update the display more often. Files: src/diff.c ... *************** ... { ...
52589
Bram Moolenaar
Bram@...
Nov 30, 2008 2:50 pm
... [...] ... I forgot to mention that after "diff -C2" you need to edit the patch to reduce the context. E.g., from: ... *************** ... { /* Add your...
52590
BUCHMULLER Norbert
norbi.lists@...
Nov 30, 2008 3:21 pm
On Sun, 30 Nov 2008 15:49:51 +0100 Bram Moolenaar <Bram@...> ... Maybe better to use "diff -C1"? norbi ...
52591
Bram Moolenaar
Bram@...
Nov 30, 2008 5:29 pm
... Unfortunately, that will create a diff for the wrong lines. Applying the patch would not work when a similar patch has already been applied. -- Shit makes...
52592
Dominique Pelle
dominique.pelle@...
Nov 30, 2008 5:44 pm
Attached patch fixes several typos in help file ft_ada.txt Regards -- Dominique --~--~---------~--~----~------------~-------~--~----~ You received this message...
52593
Bram Moolenaar
Bram@...
Nov 30, 2008 8:12 pm
Patch 7.2.060 Problem: When a spell files has many compound rules it may take a very long time making the list of suggestions. Displaying also can be slow ...
52594
Bram Moolenaar
Bram@...
Nov 30, 2008 8:34 pm
... I'll include it, thanks. -- We do not stumble over mountains, but over molehills. Confucius /// Bram Moolenaar -- Bram@... --...
52595
Bill McCarthy
WJMc@...
Nov 30, 2008 9:55 pm
Hello Vim Developers, I've written on this subject before. IT ISN'T A CRITICISM - just a suggestion. There have been several updates to the runtime files, ...
52596
Tony Mechelynck
antoine.mechelynck@...
Nov 30, 2008 10:48 pm
... [...] Nice new feature :-). However, unlike the "Modified by" line and the "highest standard patch number", it is reflected only in the output of ...
52597
Tony Mechelynck
antoine.mechelynck@...
Dec 1, 2008 12:20 am
... It is debatable whether the rare runtime file patches included in patches/7.2/7.2.* should build on each other (as they have until now) or on the latest...
52598
Tony Mechelynck
antoine.mechelynck@...
Dec 1, 2008 2:26 am
Here's how to modify version.c for Bill's patch if you compile several ... +++ src/version.c 2008-11-30 21:53:08.000000000 +0100 @@ -811,2 +811,6 @@ { /* Add...
52599
Bill McCarthy
WJMc@...
Dec 1, 2008 6:04 am
... A first pass at this is attached, saved after "set ff=unix". -- Best regards, Bill --~--~---------~--~----~------------~-------~--~----~ You received this...
52600
Tony Mechelynck
antoine.mechelynck@...
Dec 1, 2008 6:58 am
... Thanks! I've added it to $VIM/vimfiles/doc, run ":helptags $VIM/vimfiles/doc", and it works. I haven't yet checked it in the most painstaking detail, but...
52601
Ron Aaron
rambamist@...
Dec 1, 2008 7:05 am
Here is a patch which adds an internal interface to SQLite. I've used it heavily for my session code, for six months or more: ... *************** ... #endif +...
52602
Tony Mechelynck
antoine.mechelynck@...
Dec 1, 2008 7:14 am
Hellow guys, I've recently have strange messages when loading a session with split-windows: a popup at end of session load, saying the first file was "created...
52603
Tony Mechelynck
antoine.mechelynck@...
Dec 1, 2008 7:26 am
... I'm not convinced of its usefulness -- this, however, is for its users to judge. One thing, however: it would be better to publish the help as a separate...
52604
Bill McCarthy
WJMc@...
Dec 1, 2008 7:40 am
... My C docs say a negative number produces a domain error. A zero produces a range error. Assuming these Open Watcom docs are correct, I've specified the...
52605
François Ingelrest
francois.ingelrest@...
Dec 1, 2008 7:48 am
... No more warning for me, thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more...