aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
...
* 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
* feat(eval): exists() function supports checking v:lua functions (#26485)Raphael2023-12-12
* refactor: format casting of negative number better (#26482)zeertzjq2023-12-09
* fix(lua): allow nil values in serialized Lua arrays (#26329)Gregory Anders2023-12-07
* fix(treesitter): don't forcefully open foldsJaehwang Jung2023-12-06
* vim-patch:8.2.3695: confusing error for missing key (#26420)zeertzjq2023-12-06
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)zeertzjq2023-11-30
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27