Re: Lua 5.3 detection on Windows using Vim 7.4.691

2015-06-28 Fir de Conversatie mamoru . tasaka
Should be fixed in 7.4.759. -- -- 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 Group

Re: Lua 5.3 detection on Windows using Vim 7.4.691

2015-06-09 Fir de Conversatie mamoru . tasaka
This is because on lua 5.3.0 lua_replace is now just a "define", not "function": http://www.lua.org/source/5.3/lua.h.html (on 5.2, it was function) but vim 7.4.x still tries to "load" that symbol. on lua 5.3.0 vim needs fixing so that it does not try to "load" lua_replace. -- -- You received t