aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
Commit message (Collapse)AuthorAge
...
* Merge #7165 'lua: Move stricmp to vim module'Justin M. Keyes2017-10-22
|\
| * lua/executor: Fix crash when first string contains NUL and second notZyX2017-08-15
| |
| * lua/executor: Move stricmp to vim “module” and document itZyX2017-08-15
| |
| * lua/executor: Make stricmp function work with strings with NULsZyX2017-08-15
|/
* lua/executor: Fix crash when printing empty string (#7157)Nikolai Aleksandrovich Pavlov2017-08-13
|
* Merge #6789 from ZyX-I/lua-pathJustin M. Keyes2017-06-27
|\ | | | | lua: Add paths from &runtimepath to package.path and package.cpath
| * lua: Add paths from &runtimepath to package.path and package.cpathZyX2017-05-25
| |
* | lint: fix indentation of FUNC_ATTR linesBjörn Linse2017-06-03
|/
* lua: Add PVS comment to lua/*.cZyX2017-05-20
|
* api: execute lua directly from the remote apiBjörn Linse2017-05-13
|
* lua: Move files from src/nvim/viml/executor to src/nvim/luaZyX2017-04-11