On Mon, Feb 16, at 07:24 Maxim Kim wrote: > > > > On 16 фев, 18:13, "Agathoklis D. Hatzimanikas" <[email protected]> > wrote: > > On Mon, Feb 16, at 06:26 Maxim Kim wrote: > > > > > I have just discovered that I can't <C-R>=100*0.3 . > > > Is it supposed to be that way? > > > > Patch 7.2.011 fixed that problem. > > Ah, I see. So it looks like windows binary I have is quite old. >
If you don't have the option to upgrade (which is recommended) then, you can workaround the problem by using string(), like: <C-R>= string(100 * 0.3) Regards, Ag. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
