Bug: Help for additional float functions doesn't display nicely at
":help local-additions".
Solution: See the (obvious) attached patch, which, in addition, corrects
a typo at line 6. Bill, you may want to change the "last change date",
which I didn't touch. If there is a more recent version, I'd like to
know about it.
Best regards,
Tony.
--
Q: How do you tell if an Elephant has been making love in your
backyard?
A: If all your trashcan liners are missing ...
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
*** doc/float-ext.txt 2008-12-01 07:44:50.000000000 +0100
--- doc/float-ext.txt.new 2009-02-28 00:06:07.000000000 +0100
***************
*** 1,7 ****
! *float-ext.txt* For Vim Version 7.2. Last change: 2008 Nov 30
A description of the 10 functions added to the floating point support. This
! is for the extention provided by Bill McCarthy.
acos({expr}) *acos()*
--- 1,9 ----
! *float-ext.txt* Additional floating-point functions
!
! For Vim Version 7.2. Last change: 2008 Nov 30
A description of the 10 functions added to the floating point support. This
! is for the extension provided by Bill McCarthy.
acos({expr}) *acos()*