aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
Commit message (Expand)AuthorAge
* api/lua: make nvim_execute_lua use native lua floats, not special tablesBjörn Linse2019-07-01
* make vim.loop == require'luv'Björn Linse2019-06-30
* libluv: use luv_set_callback to control callback executionBjörn Linse2019-06-30
* api/lua: add on_detach to nvim_buf_attachBjörn Linse2019-06-15
* lua: introduce vim.loop (expose libuv event-loop) #10123George Zhao2019-06-10
* lua: docs and tests for vim.scheduleBjörn Linse2019-06-05
* lua: add vim.schedule(cb)Andrey Popp2019-06-05
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse2019-05-26
* Merge #9686 'win/Lua: monkey-patch os.getenv()'Justin M. Keyes2019-03-16
|\
| * Fix os.getenv of lua on Windowserw72019-03-07
|/
* cleanup: reduce some duplicate code, avoid function pointers for a conditionBjörn Linse2019-01-23
* message.c: add msg_echo_attr functions, use it for lua error messagesAlexandre Dubray2019-01-22
* add func_attr_printf in :MichaHoffmann2018-09-24
* lua/executor: Remove all places where lightuserdata is usedZyX2018-01-21
* 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: 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