aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
...
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* perf(treesitter): use child_containing_descendant() in has-ancestor? (#28512)vanaigr2024-05-16
* refactor(fold): avoid coverity false-positiveJaehwang Jung2024-05-07
* feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* fix(treesitter): make tests for memoize more robustbfredl2024-04-29
* refactor(build): make all generated c files headersbfredl2024-04-27
* refactor(source): remove unnecessary concatenation with Lua (#28499)zeertzjq2024-04-25
* refactor(treesitter): language loadingLewis Russell2024-04-21
* perf(treesitter): incremental foldupdateJaehwang Jung2024-04-21
* fix(lua): only free luarefs when returning from API (#28373)zeertzjq2024-04-17
* fix(base64): properly handle embedded NULLs when decoding (#28349)Gregory Anders2024-04-15
* feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq2024-03-31
* test: add a bit more testing for vim.on_key() (#28095)zeertzjq2024-03-29
* refactor(treesitter): handle coverity warnings betterLewis Russell2024-03-20
* fix(treesitter): treecursor regressionLewis Russell2024-03-20
* refactor(treesitter): reorder functionsLewis Russell2024-03-19
* refactor(treesitter): simplify argument checks for userdataLewis Russell2024-03-19
* refactor(treesitter): redesign query iteratingLewis Russell2024-03-19
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* refactor: use ml_get_buf_len() in API code (#27825)zeertzjq2024-03-12
* refactor(msgpack): allow flushing buffer while packing msgpackbfredl2024-03-07
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* Merge pull request #27599 from bfredl/nofileallocbfredl2024-02-26
|\
| * refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl2024-02-25
* | fix(mbyte): fix bugs in utf_cp_*_off() functionsVanaIgr2024-02-26
|/
* refactor(api): use an arena for mappingsbfredl2024-02-18
* fix(treesitter): correctly handle query quantifiers (#24738)Thomas Vigouroux2024-02-16
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use a keyset for vim.diff opts parsingbfredl2024-02-13
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor(treesitter): typing for Query, TSQuery, and TSQueryInfoJongwook Choi2024-02-08
* refactor(api): use keydict and arena for more api return valuesbfredl2024-02-08
* feat(ex_cmds): no error on :lua with {range} and {code} (#27290)luukvbaal2024-02-02
* fix(lua): avoid internal error when :luado deletes lines (#27262)zeertzjq2024-01-30
* docs: enforce "treesitter" spelling #27110Jongwook Choi2024-01-28
* docs(lua): update ":{range}lua" docs + error message #27231Justin M. Keyes2024-01-27
* feat(ex_cmds): ranged :lua #27167luukvbaal2024-01-26
* fixup: raise TS min versionChristian Clason2024-01-25
* refactor(api): use hl id directly in nvim_buf_set_extmarkglepnir2024-01-20
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor: remove os_errmsg and os_msg functionsdundargoc2023-12-23
* refactor(options): generate BV_ and WV_ constants (#26705)zeertzjq2023-12-22
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* docs: add style rule regarding initializationdundargoc2023-12-18
* fix(lua): handle array with holes in luaeval() (#26630)zeertzjq2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* fix(lua): memory leak when using invalid syntax with exists() (#26530)zeertzjq2023-12-12