aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
Commit message (Expand)AuthorAge
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* fix: check for interrupt in nvim_echo, write_msg and nlua_print (#16537)ii142021-12-08
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: split executor.c into two filesDundar Göc2021-10-26
* feat: add vim.str_utf_pos functionMichael Lingelbach2021-10-24
* fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
* refactor: format with uncrustify #15842dundargoc2021-10-02
* feat(lua): expose lua-cjson as vim.jsonMichael Lingelbach2021-09-26
* refactor: format with uncrustify #15722dundargoc2021-09-19
* docs: third-party licenses, TEST_COLORS, system() #15665Justin M. Keyes2021-09-14
* feat(lua): make vim.mpack support vim.NIL and vim.empty_dict()Björn Linse2021-09-09
* feat(lua): add vim.mpack for msgpack support in luaBjörn Linse2021-09-09
* feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes2021-09-09
* fix(lua): make core vim module not dependent on $VIMRUNTIME functionsBjörn Linse2021-08-30
* Merge #15293 Vimscript "method" syntaxJustin M. Keyes2021-08-26
|\
| * vim-patch:8.1.1800: function call functions have too many argumentsSean Dewar2021-08-12
* | refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* | Merge pull request #15451 from bfredl/metamapBjörn Linse2021-08-22
|\ \
| * | refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
| |/
* / feat(api): add lua C bindings for xdiff (#14536)Lewis Russell2021-08-22
|/
* refactor(lua): initialize lua state at startup instead of dynamicallyBjörn Linse2021-07-19
* chore: use codespell to spell check #15016dundargoc2021-07-07
* BugFix: Fix inconsistent verbose messageshadmansaleh2021-06-21
* refactor(source): Move lua file detection to do_sourceshadmansaleh2021-06-11
* lua: use proper conversion of vim.g valuesBjörn Linse2021-05-19
* Merge pull request #14318 from chentau/extmark_luadoBjörn Linse2021-04-13
|\
| * extmark: splice extmarks on :luadochentau2021-04-12
* | test/lsp: disable tracking in LSP tests (here be dragons)Björn Linse2021-04-03
* | luaref: simplify handling of table callables and fix leak in vim.fn.call(table)Björn Linse2021-04-03
* | luaref: fix leaks for global luarefsBjörn Linse2021-04-03
* | lua: track reference ownership with ASAN when presentBjörn Linse2021-04-03
|/
* ts: Add language version to vim.treesitter (#14255)TJ DeVries2021-03-30
* lintchentau2021-01-26
* Don't show entire context when completingTony Chen2021-01-26
* feat: add completion to ':lua'TJ DeVries2021-01-26
* api: add vim.version (#13762)Michael Lingelbach2021-01-18
* executor: use new nlua_ name patternBjörn Linse2020-12-01
* startup: add init.lua as an alternative user config, fixes #7895dm1try2020-12-01
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse2020-11-05
* startup: handle autoload and lua packages during startupBjörn Linse2020-11-02
* api: add API for themesBjörn Linse2020-11-01
* lua: vim.wait allows control of fast events (#13053)TJ DeVries2020-10-06
* lua: cleanup naming conventions of executor functionsBjörn Linse2020-09-10
* lua: add vim.register_keystroke_callback (#12536)TJ DeVries2020-08-14
* fix: runtimepath always updates lua package.pathTJ DeVries2020-08-10
* Merge pull request #12653 from erw7/fix-build-freebsd-ciJames McCoy2020-07-20
|\