summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua/executor.c
AgeCommit message (Expand)AuthorFiles
2022-06-14perf(memory): use an arena for RPC decodingbfredl1
2022-06-09fix: correct nlua_wait error message #18867resolritter1
2022-06-08fix(nvim_create_user_command): make `smods` work with `nvim_cmd`Famiu Haque1
2022-05-31feat: add preview functionality to user commandsFamiu Haque1
2022-05-29feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque1
2022-05-26Merge pull request #18306 from lewis6991/fnfastbfredl1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-05-17feat(lua): allow some viml functions to run in fastLewis Russell1
2022-05-13Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl1
2022-05-11refactor: replace char_u variables and functions with charDundar Goc1
2022-05-11feat(api): add `nvim_cmd`Famiu Haque1
2022-05-09refactor: replace char_u variables and functions with charDundar Goc1
2022-05-05refactor: replace char_u variables and functions with charDundar Goc1
2022-05-04refactor: replace char_u variables and functions with charDundar Goc1
2022-05-03fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-04-13fix(api): correctly pass f-args for nvim_create_user_command (#18098)Gregory Anders1
2022-03-18Merge pull request #17459 from rktjmp/lua-error-tostringbfredl1
2022-03-10refactor(uncrustify): format all c filesDundar Göc1
2022-03-07fix(lua): don't use nlua_error when exiting earlybfredl1
2022-03-04refactor(lua): move only runtime lua file in src/ to runtime/luabfredl1
2022-03-03refactor(lua): reorganize builtin modules, phase 1bfredl1
2022-03-01Merge pull request #15079 from shadmansaleh/feat/verbose_luabfredl1
2022-02-28feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries1
2022-02-28fix: anonymous sid not workingshadmansaleh1
2022-02-28feat(lua): show proper verbose output for lua configurationshadmansaleh1
2022-02-27feat(lua): add api and lua autocmdsTJ DeVries1
2022-02-27feat(lua): add <f-args> to user commands callback (#17522)Javier Lopez1
2022-02-26refactor(lua): use references directly on main threadBjörn Linse1
2022-02-26feat(lua): add proper support of luv threadserw71
2022-02-25feat: call __tostring on lua errors if possible before reporting to userOliver Marriott1
2022-02-18refactor(lua): call loadfile internallyLewis Russell1
2022-01-30vim-patch:8.2.4241: some type casts are redundantDundar Göc1
2022-01-27feat(ts): expose minimum language version to lua (#17186)Thomas Vigouroux1
2022-01-06fix(lua): print multiple return values with =expr (#16933)Shadman1
2022-01-04feat: filetype.lua (#16600)Gregory Anders1
2022-01-04feat(lua): make =expr print result of exprshadmansaleh1
2021-12-28feat(api): implement nvim_{add,del}_user_commandGregory Anders1
2021-12-16perf: pre-compile embedded Lua source into bytecode (#16631)Gregory Anders1
2021-12-10refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse1
2021-12-08fix: check for interrupt in nvim_echo, write_msg and nlua_print (#16537)ii141
2021-11-16refactor: reduce number of explicit char casts (#16077)dundargoc1
2021-11-06feat(lua): enable stack traces in error output (#16228)Gregory Anders1
2021-11-01vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-10-26refactor: split executor.c into two filesDundar Göc1
2021-10-24feat: add vim.str_utf_pos functionMichael Lingelbach1
2021-10-17fix(runtime): don't use regexes inside lua require'mod'Björn Linse1
2021-10-02refactor: format with uncrustify #15842dundargoc1
2021-09-26feat(lua): expose lua-cjson as vim.jsonMichael Lingelbach1