aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* 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): cleanup and docs for threadsbfredl2022-02-26
* 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
* fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh2022-02-13
* fix(lua): restore priority of the preloaderLewis Russell2022-02-05
* fix(diff): make algorithm work for vim.diff (#17300)Lewis Russell2022-02-05
* 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
* refactor(coverity/345583): assert fp is non-NULLJames McCoy2022-01-19
* feat(api, lua): more conversions between LuaRef and Vim Funcrefzeertzjq2022-01-13
* feat(treesitter): set allocator when possibleThomas Vigouroux2022-01-09
* fix(lua): print multiple return values with =expr (#16933)Shadman2022-01-06
* feat(lua): add notify_once() (#16956)Gregory Anders2022-01-06
* feat(lua): add vim.keymapshadmansaleh2022-01-04
* feat: filetype.lua (#16600)Gregory Anders2022-01-04
* feat(lua): make =expr print result of exprshadmansaleh2022-01-04
* fix(lua): stricter type check when calling API function (#16745)dundargoc2022-01-03
* refactor(PVS/V009): add special comment at top of file required by PVSDundar Göc2022-01-01
* Merge pull request #16752 from gpanders/lua-user-commandsBjörn Linse2021-12-28
|\
| * feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* | chore: fix typos (#16506)dundargoc2021-12-28
|/
* feat(lua): add vim.spell (#16620)Lewis Russell2021-12-25
* perf: pre-compile embedded Lua source into bytecode (#16631)Gregory Anders2021-12-16
* Merge pull request #16666 from mjlbach/fix/bad-castMichael Lingelbach2021-12-15
|\
| * chore: improve naming consistency in str_utf_startMichael Lingelbach2021-12-15
| * fix: do not cast offset to char_uMichael Lingelbach2021-12-15
* | 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
* Merge pull request #16411 from dundargoc/refactor/upgrade-uncrustifyBjörn Linse2021-12-04
|\
| * refactor: upgrade uncrustify config version to 0.74.0Dundar Göc2021-11-23
* | docs(lsp): add annotations for private functionsGregory Anders2021-11-30
* | chore: fix typosii142021-11-30
* | fix: allow str_utfindex second argument to be an explicit nil (#16448)Michael Lingelbach2021-11-27
* | chore(docs): clarify vim.notify log_level parameter (#16436)Mathias Fußenegger2021-11-25
|/
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* 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: saner options for uncrustify #16196dundargoc2021-10-31
* feat: add vim.str_utf_{start,end} (#16129)Michael Lingelbach2021-10-30
* refactor: split executor.c into two filesDundar Göc2021-10-26
* feat: add vim.str_utf_pos functionMichael Lingelbach2021-10-24