summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua/executor.c
AgeCommit message (Expand)AuthorFiles
2021-09-19refactor: format with uncrustify #15722dundargoc1
2021-09-14docs: third-party licenses, TEST_COLORS, system() #15665Justin M. Keyes1
2021-09-09feat(lua): make vim.mpack support vim.NIL and vim.empty_dict()Björn Linse1
2021-09-09feat(lua): add vim.mpack for msgpack support in luaBjörn Linse1
2021-09-09feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes1
2021-08-30fix(lua): make core vim module not dependent on $VIMRUNTIME functionsBjörn Linse1
2021-08-26Merge #15293 Vimscript "method" syntaxJustin M. Keyes1
2021-08-22refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse1
2021-08-22Merge pull request #15451 from bfredl/metamapBjörn Linse1
2021-08-22feat(api): add lua C bindings for xdiff (#14536)Lewis Russell1
2021-08-22refactor(api): remove unneccesary indirection around handlesBjörn Linse1
2021-08-12vim-patch:8.1.1800: function call functions have too many argumentsSean Dewar1
2021-07-19refactor(lua): initialize lua state at startup instead of dynamicallyBjörn Linse1
2021-07-07chore: use codespell to spell check #15016dundargoc1
2021-06-21BugFix: Fix inconsistent verbose messageshadmansaleh1
2021-06-11refactor(source): Move lua file detection to do_sourceshadmansaleh1
2021-05-19lua: use proper conversion of vim.g valuesBjörn Linse1
2021-04-13Merge pull request #14318 from chentau/extmark_luadoBjörn Linse1
2021-04-12extmark: splice extmarks on :luadochentau1
2021-04-03test/lsp: disable tracking in LSP tests (here be dragons)Björn Linse1
2021-04-03luaref: simplify handling of table callables and fix leak in vim.fn.call(table)Björn Linse1
2021-04-03luaref: fix leaks for global luarefsBjörn Linse1
2021-04-03lua: track reference ownership with ASAN when presentBjörn Linse1
2021-03-30ts: Add language version to vim.treesitter (#14255)TJ DeVries1
2021-01-26lintchentau1
2021-01-26Don't show entire context when completingTony Chen1
2021-01-26feat: add completion to ':lua'TJ DeVries1
2021-01-18api: add vim.version (#13762)Michael Lingelbach1
2020-12-01executor: use new nlua_ name patternBjörn Linse1
2020-12-01startup: add init.lua as an alternative user config, fixes #7895dm1try1
2020-11-11Removed restricted mode - Fix #11972georg3tom1
2020-11-05lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse1
2020-11-02startup: handle autoload and lua packages during startupBjörn Linse1
2020-11-01api: add API for themesBjörn Linse1
2020-10-06lua: vim.wait allows control of fast events (#13053)TJ DeVries1
2020-09-10lua: cleanup naming conventions of executor functionsBjörn Linse1
2020-08-14lua: add vim.register_keystroke_callback (#12536)TJ DeVries1
2020-08-10fix: runtimepath always updates lua package.pathTJ DeVries1
2020-07-20Merge pull request #12653 from erw7/fix-build-freebsd-ciJames McCoy1
2020-07-20build: Fix build failure with CI in FreeBSDerw71
2020-07-19lua: Fix crash on unprotected lua errors (#12658)TJ DeVries1
2020-07-10lua: Add ability to pass tables with __callTJ DeVries1
2020-07-10lua: Add ability to pass lua functions directly to vimLTJ DeVries1
2020-06-23treesitter: simplify puhstree call processThomas Vigouroux1
2020-05-30lua: vim.wait implementationTJ DeVries1
2020-05-30lua: vim.wait initial outlineBjörn Linse1
2020-04-26Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes1
2020-02-26lua: add regex support, and `@match` support in treesitter queriesBjörn Linse1
2020-02-13rename: user_funcs -> userfuncJakub Łuczyński1
2020-02-13fix: includesJakub Łuczyński1