Bram Moolenaar wrote:
> Here is an update for the floating point patch. The 'g' argument for
> printf() was implemented and a few bug fixes.
I have compiled with this updated floating point patch under win32. Here are
some
issues you might like to address.
os_win32.h now has '#define HAVE_POW' in an attempt to make FEAT_FLOAT the
default.
However, it doesn't work (FEAT_FLOAT is not the default) because in vim.h,
feature.h
is included before os_win32.h (so HAVE_POW does not enable FEAT_FLOAT).
Two inconsequential compiler warnings occur:
eval.c (8482) : signed/unsigned mismatch
if (idx <= STRLEN(str))
ex_cmds.c (1912) : 'open' undefined
fd = mch_open((char *)tempname,
John
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---