On Sun 30-Nov-08 4:47pm -0600, Tony Mechelynck wrote: > > On 30/11/08 12:53, Bram Moolenaar wrote: >> >> 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 > [...] > > Nice new feature :-). However, unlike the "Modified by" line and the > "highest standard patch number", it is reflected only in the output of > ":version" -- not on the ":intro" screen, where even the fact that > "extra" patches are present does not appear. Is this intentional?
Interesting. I've added the extra patch description similar to yours. A similar patch to version.c could be added to the floating point patch. This would require, whenever eval.c is changed: (1) reversing the patch, (2) applying Bram's patches then (3) reapplying the floating point patch. This is the same process others may use today - no change. -- Best regards, Bill --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
