summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua
AgeCommit message (Expand)AuthorFiles
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 configurationshadmansaleh2
2022-02-27feat(lua): add api and lua autocmdsTJ DeVries2
2022-02-27feat(lua): add <f-args> to user commands callback (#17522)Javier Lopez1
2022-02-26refactor(lua): cleanup and docs for threadsbfredl1
2022-02-26refactor(lua): use references directly on main threadBjörn Linse3
2022-02-26feat(lua): add proper support of luv threadserw75
2022-02-25feat: call __tostring on lua errors if possible before reporting to userOliver Marriott1
2022-02-18refactor(lua): call loadfile internallyLewis Russell1
2022-02-13fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh1
2022-02-05fix(lua): restore priority of the preloaderLewis Russell1
2022-02-05fix(diff): make algorithm work for vim.diff (#17300)Lewis 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-19refactor(coverity/345583): assert fp is non-NULLJames McCoy1
2022-01-13feat(api, lua): more conversions between LuaRef and Vim Funcrefzeertzjq1
2022-01-09feat(treesitter): set allocator when possibleThomas Vigouroux1
2022-01-06fix(lua): print multiple return values with =expr (#16933)Shadman2
2022-01-06feat(lua): add notify_once() (#16956)Gregory Anders1
2022-01-04feat(lua): add vim.keymapshadmansaleh1
2022-01-04feat: filetype.lua (#16600)Gregory Anders2
2022-01-04feat(lua): make =expr print result of exprshadmansaleh1
2022-01-03fix(lua): stricter type check when calling API function (#16745)dundargoc1
2022-01-01refactor(PVS/V009): add special comment at top of file required by PVSDundar Göc1
2021-12-28Merge pull request #16752 from gpanders/lua-user-commandsBjörn Linse2
2021-12-28feat(api): implement nvim_{add,del}_user_commandGregory Anders2
2021-12-28chore: fix typos (#16506)dundargoc1
2021-12-25feat(lua): add vim.spell (#16620)Lewis Russell3
2021-12-16perf: pre-compile embedded Lua source into bytecode (#16631)Gregory Anders1
2021-12-15Merge pull request #16666 from mjlbach/fix/bad-castMichael Lingelbach1
2021-12-15chore: improve naming consistency in str_utf_startMichael Lingelbach1
2021-12-15fix: do not cast offset to char_uMichael Lingelbach1
2021-12-10refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2
2021-12-08fix: check for interrupt in nvim_echo, write_msg and nlua_print (#16537)ii141
2021-12-04Merge pull request #16411 from dundargoc/refactor/upgrade-uncrustifyBjörn Linse1
2021-11-30docs(lsp): add annotations for private functionsGregory Anders1
2021-11-30chore: fix typosii141
2021-11-27fix: allow str_utfindex second argument to be an explicit nil (#16448)Michael Lingelbach1
2021-11-25chore(docs): clarify vim.notify log_level parameter (#16436)Mathias Fußenegger1
2021-11-23refactor: upgrade uncrustify config version to 0.74.0Dundar Göc1
2021-11-19refactor: saner options for uncrustify (#16204)dundargoc1
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 McCoy2
2021-10-31refactor: saner options for uncrustify #16196dundargoc2
2021-10-30feat: add vim.str_utf_{start,end} (#16129)Michael Lingelbach1
2021-10-26refactor: split executor.c into two filesDundar Göc3
2021-10-24feat: add vim.str_utf_pos functionMichael Lingelbach1