Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated for version 7.3.689v7.3.689 | Bram Moolenaar | 2012-10-14 | 1 | -1/+2 |
| | | | | | Problem: MzScheme and Lua may use a NULL string. Solution: Use an empty string instead of NULL. (Yukihiro Nakadaira) | ||||
* | updated for version 7.3.569v7.3.569 | Bram Moolenaar | 2012-06-29 | 1 | -142/+6 |
| | | | | | Problem: Evaluating Vim expression in Python is insufficient. Solution: Add vim.bindeval(). Also add pyeval() and py3eval(). (ZyX) | ||||
* | updated for version 7.3.494v7.3.494 | Bram Moolenaar | 2012-04-06 | 1 | -5/+12 |
| | | | | | Problem: Can't compile with Lua 9.1 or dynamic Lua. Solution: Fix dll_ methods. Fix luado(). (Muraoka Taro, Luis Carvalho) | ||||
* | updated for version 7.3.490v7.3.490 | Bram Moolenaar | 2012-04-05 | 1 | -259/+878 |
| | | | | | Problem: Member confusion in Lua interface. Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho) | ||||
* | updated for version 7.3.370v7.3.370 | Bram Moolenaar | 2011-12-08 | 1 | -2/+1 |
| | | | | | Problem: Compiler warns for unused variable in Lua interface. Solution: Remove the variable. | ||||
* | updated for version 7.3.317v7.3.317 | Bram Moolenaar | 2011-09-21 | 1 | -0/+33 |
| | | | | | Problem: Calling debug.debug() in Lua may cause Vim to hang. Solution: Add a better debug method. (Rob Hoelz, Luis Carvalho) | ||||
* | updated for version 7.3.101v7.3.101 | Bram Moolenaar | 2011-01-17 | 1 | -3/+2 |
| | | | | | | Problem: ino_t defined with wrong size. Solution: Move including auto/config.h before other includes. (Marius Geminas) | ||||
* | updated for version 7.3.034v7.3.034 | Bram Moolenaar | 2010-10-23 | 1 | -1/+1 |
| | | | | | Problem: Win32: may be loading .dll from the wrong directory. Solution: Go to the Vim executable directory when opening a library. | ||||
* | Fix: Lua interface tried to load the library when closing a buffer or window. | Bram Moolenaar | 2010-08-12 | 1 | -2/+8 |
| | |||||
* | Update for Lua interface. (Luis Carvalho) | Bram Moolenaar | 2010-07-28 | 1 | -34/+8 |
| | |||||
* | Make it possible to load Lua dynamically on Unix. (Luis Carvalho) | Bram Moolenaar | 2010-07-22 | 1 | -6/+21 |
| | |||||
* | Make it easier to build with Lua. Remove compiler warnings. | Bram Moolenaar | 2010-07-18 | 1 | -3/+3 |
| | |||||
* | Whitespace cleanup. | Bram Moolenaar | 2010-07-17 | 1 | -371/+542 |
| | |||||
* | Added Lua interfae. (Luis Carvalho) | Bram Moolenaar | 2010-07-14 | 1 | -0/+1099 |