I use eval function to do some simple calculations.
Today I found that some calculations do not return correct answers.
For example,

:echo eval('1/2')
0

:echo eval('1/2.0')
0.5

:echo eval('1.0/2')
0.5

:echo eval('1.0/2.0')
0.5

I use vim from http://portableapps.com.
This version is compiled with +float.
Can anyone confirm this with your vim?

-- 
You received this message from the "vim_use" 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

Reply via email to