2016-11-09 11:57 GMT+03:00 LemonBoy <[email protected]>: > Good catch, but the documentation explicitly states that the {input} > argument must be a string or a list, the fact that it performs an implicit > coercion is unexpected and probably unwanted.
I would not say so, strings are coerced to numbers and vice versa automatically almost everywhere you can use string or number. So it is both expected and wanted: the other way around makes `system*()` not consistent with other functions. > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > > -- > -- > 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 > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
