Bram Moolenaar
|
feeaa688eb
|
updated for version 7.3.820
Problem: Build errors and warnings when building with small features and
Lua, Perl or Ruby.
Solution: Add #ifdefs and UNUSED.
|
2013-02-14 22:19:51 +01:00 |
|
Bram Moolenaar
|
d04da7cb4a
|
updated for version 7.3.689
Problem: MzScheme and Lua may use a NULL string.
Solution: Use an empty string instead of NULL. (Yukihiro Nakadaira)
|
2012-10-14 03:41:59 +02:00 |
|
Bram Moolenaar
|
db91395312
|
updated for version 7.3.569
Problem: Evaluating Vim expression in Python is insufficient.
Solution: Add vim.bindeval(). Also add pyeval() and py3eval(). (ZyX)
|
2012-06-29 12:54:53 +02:00 |
|
Bram Moolenaar
|
bd2f3c3ec6
|
updated for version 7.3.494
Problem: Can't compile with Lua 9.1 or dynamic Lua.
Solution: Fix dll_ methods. Fix luado(). (Muraoka Taro, Luis Carvalho)
|
2012-04-06 14:31:00 +02:00 |
|
Bram Moolenaar
|
1dced5727f
|
updated for version 7.3.490
Problem: Member confusion in Lua interface.
Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
|
2012-04-05 16:54:08 +02:00 |
|
Bram Moolenaar
|
fa263a517b
|
updated for version 7.3.370
Problem: Compiler warns for unused variable in Lua interface.
Solution: Remove the variable.
|
2011-12-08 16:00:16 +01:00 |
|
Bram Moolenaar
|
38e2b0636b
|
updated for version 7.3.317
Problem: Calling debug.debug() in Lua may cause Vim to hang.
Solution: Add a better debug method. (Rob Hoelz, Luis Carvalho)
|
2011-09-21 17:15:39 +02:00 |
|
Bram Moolenaar
|
e279335752
|
updated for version 7.3.101
Problem: ino_t defined with wrong size.
Solution: Move including auto/config.h before other includes. (Marius
Geminas)
|
2011-01-17 19:53:27 +01:00 |
|
Bram Moolenaar
|
ebbcb824ba
|
updated for version 7.3.034
Problem: Win32: may be loading .dll from the wrong directory.
Solution: Go to the Vim executable directory when opening a library.
|
2010-10-23 14:02:54 +02:00 |
|
Bram Moolenaar
|
2bd6a1b542
|
Fix: Lua interface tried to load the library when closing a buffer or window.
|
2010-08-12 22:14:01 +02:00 |
|
Bram Moolenaar
|
16c98f9c9f
|
Update for Lua interface. (Luis Carvalho)
|
2010-07-28 22:46:08 +02:00 |
|
Bram Moolenaar
|
2334b6d594
|
Make it possible to load Lua dynamically on Unix. (Luis Carvalho)
|
2010-07-22 21:32:16 +02:00 |
|
Bram Moolenaar
|
0d2e4fce8d
|
Make it easier to build with Lua. Remove compiler warnings.
|
2010-07-18 12:35:47 +02:00 |
|
Bram Moolenaar
|
55d5c0348c
|
Whitespace cleanup.
|
2010-07-17 23:52:29 +02:00 |
|
Bram Moolenaar
|
0ba042961f
|
Added Lua interfae. (Luis Carvalho)
|
2010-07-14 23:23:17 +02:00 |
|