FS#53828 - [vim] Build with luajit support

Attached to Project: Arch Linux
Opened by toon nolten (syvwlch) - Tuesday, 25 April 2017, 18:39 GMT
Last edited by Jan de Groot (JGC) - Friday, 12 May 2017, 11:29 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Anatol Pomozov (anatolik)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

LuaJIT is a more performant implementation of lua and vim supports it.
However even though I had both "vim" and "luajit" installed vim behaved as if no lua support was available. Installing "lua" resolved this but it'd be nice if the package worked with luajit too.
This task depends upon

Closed by  Jan de Groot (JGC)
Friday, 12 May 2017, 11:29 GMT
Reason for closing:  Won't implement
Comment by Jan de Groot (JGC) - Tuesday, 25 April 2017, 20:29 GMT
Vim is built with lua 5.3, older versions are not supported unless you recompile vim with that version.
Luajit is a drop-in replacement for lua 5.1.

Loading...