summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua
AgeCommit message (Expand)AuthorFiles
2019-08-07includesDaniel Hahler1
2019-08-05lua: add vim.in_fast_event() to check if we are in a luv callbackBjörn Linse1
2019-08-05lua: do not crash on syntax error in debug.debug()Björn Linse1
2019-08-05lua: immediate-callback safe print()Björn Linse1
2019-07-01api/lua: make nvim_execute_lua use native lua floats, not special tablesBjörn Linse2
2019-06-30make vim.loop == require'luv'Björn Linse1
2019-06-30libluv: use luv_set_callback to control callback executionBjörn Linse2
2019-06-15api/lua: add on_detach to nvim_buf_attachBjörn Linse1
2019-06-10lua: introduce vim.loop (expose libuv event-loop) #10123George Zhao1
2019-06-05lua: docs and tests for vim.scheduleBjörn Linse1
2019-06-05lua: add vim.schedule(cb)Andrey Popp1
2019-06-04api: allow nvim_buf_attach from lua using callbacksBjörn Linse3
2019-05-26messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse1
2019-05-20lua/shared: share trim() implJustin M. Keyes1
2019-05-20Merge #9709 'fileio: use os_copy to create backups'Justin M. Keyes1
2019-05-19lua/shared: share more stuffJustin M. Keyes1
2019-05-19lua/shared: share deepcopy() with test/*Justin M. Keyes1
2019-05-19gen_vimdoc.py: support lua/shared.lua module [ci skip]Justin M. Keyes1
2019-05-18Document the vim.lua functionsKillTheMule1
2019-05-18lua/stdlib: Introduce vim.sharedJustin M. Keyes1
2019-03-16Merge #9686 'win/Lua: monkey-patch os.getenv()'Justin M. Keyes1
2019-03-07Fix os.getenv of lua on Windowserw71
2019-01-23cleanup: reduce some duplicate code, avoid function pointers for a conditionBjörn Linse1
2019-01-22message.c: add msg_echo_attr functions, use it for lua error messagesAlexandre Dubray1
2019-01-14lua: expose full interface of vim.inspect and add testBjörn Linse1
2019-01-14lua/stdlib: Load runtime modules on-demandJustin M. Keyes1
2019-01-14lua/stdlib: vim.inspect, string functionsKillTheMule1
2018-09-24add func_attr_printf in :MichaHoffmann1
2018-08-18API: Remove path prefix from command name in nvim_get_proc()Lucas Hoffmann1
2018-08-15API: Use `ps -o comm` in nvim_get_proc()Lucas Hoffmann1
2018-03-18Merge #8107 'jobs: separate process-group'Justin M. Keyes1
2018-03-18build/MSVC: fix "C4003: not enough actual parameters for macro"Justin M. Keyes1
2018-03-18API: nvim_get_proc()Justin M. Keyes1
2018-03-16nvim_get_proc_children: fallback to shellJustin M. Keyes1
2018-01-21lua/executor: Remove all places where lightuserdata is usedZyX1
2018-01-14*: Provide list length when allocating listsZyX1
2017-12-31eval,lua/converter: Fix problems spotted in reviewZyX1
2017-12-24*: Remove most calls to tv_list_item_allocZyX1
2017-12-10*: Hide list implementation in other files as wellZyX1
2017-12-10*: Start hiding list implementationZyX1
2017-11-06docJustin M. Keyes1
2017-10-22Merge #7165 'lua: Move stricmp to vim module'Justin M. Keyes1
2017-08-15lua/executor: Fix crash when first string contains NUL and second notZyX1
2017-08-15lua/executor: Move stricmp to vim “module” and document itZyX1
2017-08-15lua/executor: Make stricmp function work with strings with NULsZyX1
2017-08-13lua/executor: Fix crash when printing empty string (#7157)Nikolai Aleksandrovich Pavlov1
2017-06-27Merge #6789 from ZyX-I/lua-pathJustin M. Keyes2
2017-06-03lint: fix indentation of FUNC_ATTR linesBjörn Linse1
2017-05-28lua: Use automatic determining of suffixes only for package.cpathZyX1
2017-05-25lua: Add paths from &runtimepath to package.path and package.cpathZyX2