Dnia Tuesday 08 of April 2008, Bram Moolenaar napisał: > I have been preparing a talk for the upcoming FISL conference in Brazil: > http://fisl.softwarelivre.org/9.0/www/ > > One of the items I planned to discuss is why Vim has no floating point > support. Well, this turned into actually implementing it.
Thanks. Should simplify some things. > echo &123.456e-3 > 0.123456 > > Feel free to suggest something better, but make sure it doesn't already > mean something in any context in Vim script. > > Have fun with the patch! I thought immediately about 123;456 , looks like it doesn't create conflicts but is equally obscure as &. > > > *** ../vim-7.1.291/runtime/doc/eval.txt Wed Feb 20 20:09:44 2008 > --- runtime/doc/eval.txt Tue Apr 8 22:19:37 2008 > *************** > *** 39,49 **** > *E712* Couldn't apply: [EMAIL PROTECTED] ~/vim7 $ patch -p0 --dry-run < float.diff patch: **** malformed patch at line 5: *E712* GNU patch 2.5.9 Any ideas? TIA m. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
