aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
Commit message (Expand)AuthorAge
* fix(nvim_create_user_command): make `smods` work with `nvim_cmd`Famiu Haque2022-06-08
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque2022-05-29
* Merge pull request #18306 from lewis6991/fnfastbfredl2022-05-26
|\
| * feat(lua): allow some viml functions to run in fastLewis Russell2022-05-17
* | refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
|/
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | feat(api): add `nvim_cmd`Famiu Haque2022-05-11
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* fix(api): correctly pass f-args for nvim_create_user_command (#18098)Gregory Anders2022-04-13
* Merge pull request #17459 from rktjmp/lua-error-tostringbfredl2022-03-18
|\
| * feat: call __tostring on lua errors if possible before reporting to userOliver Marriott2022-02-25
* | refactor(uncrustify): format all c filesDundar Göc2022-03-10
* | fix(lua): don't use nlua_error when exiting earlybfredl2022-03-07
* | refactor(lua): move only runtime lua file in src/ to runtime/luabfredl2022-03-04
* | refactor(lua): reorganize builtin modules, phase 1bfredl2022-03-03
* | Merge pull request #15079 from shadmansaleh/feat/verbose_luabfredl2022-03-01
|\ \
| * | fix: anonymous sid not workingshadmansaleh2022-02-28
| * | feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* | | feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries2022-02-28
|/ /
* | feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* | feat(lua): add <f-args> to user commands callback (#17522)Javier Lopez2022-02-27
* | refactor(lua): use references directly on main threadBjörn Linse2022-02-26
* | feat(lua): add proper support of luv threadserw72022-02-26
|/
* refactor(lua): call loadfile internallyLewis Russell2022-02-18
* vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* feat(ts): expose minimum language version to lua (#17186)Thomas Vigouroux2022-01-27
* fix(lua): print multiple return values with =expr (#16933)Shadman2022-01-06
* feat: filetype.lua (#16600)Gregory Anders2022-01-04
* feat(lua): make =expr print result of exprshadmansaleh2022-01-04
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* perf: pre-compile embedded Lua source into bytecode (#16631)Gregory Anders2021-12-16
* 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