I found a documentation error in Vim72a, see attachment. (I think it
also applies to Vim 7.1, but there it's not as important since
floating-point is not part of the standard sources.)
Best regards,
Tony.
--
"People think love is an emotion. Love is good sense."
-- Ken Kesey
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
*** ../vim72a/runtime/doc/eval.txt Tue Jun 24 14:22:07 2008
--- runtime/doc/eval.txt Wed Jun 25 04:36:59 2008
***************
*** 4277,4283 ****
% A '%' is written. No argument is converted. The
complete conversion specification is "%%".
! Each argument can be Number or String and is converted
automatically to fit the conversion specifier. Any other
argument type results in an error message.
--- 4277,4283 ----
% A '%' is written. No argument is converted. The
complete conversion specification is "%%".
! Each argument can be Number, Float or String and is converted
automatically to fit the conversion specifier. Any other
argument type results in an error message.