#38959 closed enhancement (fixed)
vim @7.3.762 +lua Adding Lua variant
Reported by: | synthogen@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | raimue (Rainer Müller), onoue@… | |
Port: | vim |
Description
Attached is the patch portfile for vim that enables Lua scripting support. I was looking to use vim for Lua scripting and noticed there wasn't a build variant for it. I made the changes to the portfile for myself, but hopefully others would find it useful.
Attachments (2)
Change History (7)
Changed 12 years ago by synthogen@…
Attachment: | Portfile-vim.diff added |
---|
comment:1 follow-up: 2 Changed 12 years ago by raimue (Rainer Müller)
comment:2 Changed 12 years ago by synthogen@…
Replying to raimue@…:
"The same should also be added to vim-app and MacVim."
How would you suggest we go about doing this? Want me to patch them and submit the variants for both?
comment:4 Changed 11 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Variant +lua committed for vim, vim-app, and MacVim in r112835.
comment:5 Changed 11 years ago by raimue (Rainer Müller)
I also tried to provide a +luajit variant for better performance, but unfortunately I could not get it to compile on my system due to linking errors. I am attaching the patch anyway here for future reference.
Changed 11 years ago by raimue (Rainer Müller)
Attachment: | vim-luajit.diff added |
---|
Note: See
TracTickets for help on using
tickets.
Thank you for the patch; I will look into adding this variant. The same should also be added to vim-app and MacVim.