summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua/executor.c
AgeCommit message (Expand)AuthorFiles
2020-02-10eval.c: factor out eval/funcs.c #11828Jakub Łuczyński1
2020-02-07treesitter: add standard &rtp/parser/ search path for parsersBjörn Linse1
2020-01-01lua: metatable for empty dict valueBjörn Linse1
2019-12-25clang/'Logic error': set ret_tv if non-nullJan Edmund Lazo1
2019-12-22tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse1
2019-12-02API: rename nvim_execute_lua => nvim_exec_luaJustin M. Keyes1
2019-11-24Lua: vim.env, vim.{g,v,w,bo,wo} #11442Ashkan Kiani1
2019-11-16Add v:lua.func() vimL syntax for calling luaBjörn Linse1
2019-11-10lua: vim.rpcrequest, vim.rpcnotify, vim.NILBjörn Linse1
2019-10-29lua/executor.c: use TRY_WRAPJustin M. Keyes1
2019-10-27lua: add vim.fn.{func} for direct access to vimL functionBjörn Linse1
2019-09-28tree-sitter: fix lint, delete "demo" plugin (replaced by functional tests)Björn Linse1
2019-09-28tree-sitter: inspect languageBjörn Linse1
2019-09-28tree-sitter: styleBjörn Linse1
2019-09-28tree-sitter: rename tree_sitter => treesitter for consistencyBjörn Linse1
2019-09-28tree-sitter: add basic testing on ciBjörn Linse1
2019-09-28tree-sitter: support pre-registration of languagesBjörn Linse1
2019-09-28tree-sitter: objectify APIBjörn Linse1
2019-09-28tree-sitter: load parsers as .so filesBjörn Linse1
2019-09-28tree-sitter: initial tree-sitter supportBjörn Linse1
2019-08-31tui/input: defer nvim_paste properly.Björn Linse1
2019-08-09Merge pull request #10171 from blueyed/vim-8.1.1318Daniel Hahler1
2019-08-08lua: minimal UTF-16 support needed for LSPBjörn Linse1
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 Linse1
2019-06-30make vim.loop == require'luv'Björn Linse1
2019-06-30libluv: use luv_set_callback to control callback executionBjörn Linse1
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 Linse1
2019-05-26messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse1
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
2018-09-24add func_attr_printf in :MichaHoffmann1
2018-01-21lua/executor: Remove all places where lightuserdata is usedZyX1
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. Keyes1
2017-06-03lint: fix indentation of FUNC_ATTR linesBjörn Linse1