Eric Arnold wrote:

> What should be returned by the reltime() call?  If Vim script only
> handles "int" types, the values returned are apparently inconsisent.
> Am I missing something, or is reltime() on windows currently useful
> only for short delta times?

reltime() returns a list to be able to store more than one number.
You shouldn't use the return value for anything but reltime() and
reltimestr(), since they depend on the system.

-- 
panic("Foooooooood fight!");
        -- In the kernel source aha1542.c, after detecting a bad segment list

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to