aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* API: Remove path prefix from command name in nvim_get_proc()Lucas Hoffmann2018-08-18
* API: Use `ps -o comm` in nvim_get_proc()Lucas Hoffmann2018-08-15
* Merge #8107 'jobs: separate process-group'Justin M. Keyes2018-03-18
|\
| * API: nvim_get_proc()Justin M. Keyes2018-03-18
| * nvim_get_proc_children: fallback to shellJustin M. Keyes2018-03-16
* | build/MSVC: fix "C4003: not enough actual parameters for macro"Justin M. Keyes2018-03-18
|/
* lua/executor: Remove all places where lightuserdata is usedZyX2018-01-21
* *: Provide list length when allocating listsZyX2018-01-14
* eval,lua/converter: Fix problems spotted in reviewZyX2017-12-31
* *: Remove most calls to tv_list_item_allocZyX2017-12-24
* *: Hide list implementation in other files as wellZyX2017-12-10
* *: Start hiding list implementationZyX2017-12-10
* docJustin M. Keyes2017-11-06
* 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: Use automatic determining of suffixes only for package.cpathZyX2017-05-28
| * 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/converter: Fix typo in assert condition (#6708)Nikolai Aleksandrovich Pavlov2017-05-10
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
* lua/converter: Remove useless macrosZyX2017-04-11
* lua: Fix header guardsZyX2017-04-11
* lua: Move files from src/nvim/viml/executor to src/nvim/luaZyX2017-04-11