No, there isn't. The only language which is guaranteed to be accepted for scripting in all versions of Vim is vimscript. Some other languages (perl, python, python3, ruby, tcl, mzscheme, lua) can be embedded in vimscript but they won't be recognized unless the corresponding feature is compiled-in. If you want to add one more embedded-script language, go ahead, the sources and documentation are there for anyone to download. Otherwise AFAIK there are no such plans.
Best regards, Tony. On Fri, Oct 16, 2015 at 7:42 AM, 笑可 <[email protected]> wrote: > is there a plan that support javascript as vim's scripting > > — > Reply to this email directly or view it on GitHub > <https://github.com/vim/vim/issues/450>. > > -- > -- > 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.
