On 21/07/10 08:08, ron wrote:
There is no configure option I can see to disable the 'floats'.


IIUC, there's no configure argument for that, but you can disable floating-point in feature.h line 390:

/*
 * +eval                Built-in script language and expression evaluation,
 *                      ":let", ":if", etc.
 * +float               Floating point variables.
 */
#ifdef FEAT_NORMAL
# define FEAT_EVAL
# if defined(HAVE_FLOAT_FUNCS) || defined(WIN3264) || defined(MACOS)
/* # don't define FEAT_FLOAT No float today, my love is gone away ;-) */
# endif
#endif


Best regards,
Tony.
--
The state law of Pennsylvania prohibits singing in the bathtub.

--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Raspunde prin e-mail lui