Wednesday, March 1, 2017

Re: Binary version of Vim that support all features

Hi, new to this list.

Den 01-03-2017 kl. 11:52 skrev William Watson:
> Hi,
>
> Just wonder where to download the version of vim that support all features. As my vim in MSYS2 has the following features:
> I want to enable Lua support. How can I do that?
>

Don't know if it will help you, but Vim for Cygwin has lua compiled in
per default.
You can test by running :lua print "hello".

$ vim --version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Feb 15 2017 20:44:18)
Included patches: 1-329
Modified by <cygwin@cygwin.com>
Compiled by <cygwin@cygwin.com>
Huge version without GUI. Features included (+) or not (-):
...
+cursorshape +localmap +reltime +windows
+dialog_con +lua/dyn +rightleft +writebackup
+diff +menu +ruby/dyn -X11

Remember to add lua as a package under Cygwin.


--

Carsten Peter Rasmussen
http://cprasmussen.dk

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: