summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua/executor.h
AgeCommit message (Expand)AuthorFiles
2026-01-21fix(lua): correct line number reporting for options set in coroutines (#37463)Tommy Guo1
2025-09-16docs: small fixes (#35791)zeertzjq1
2025-09-09perf(highlight): allow decoration providers to skip ranges without databfredl1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-06-29fix(exrc): exrc knows its own location (#34638)Yochem van Rosmalen1
2025-03-21fix(log): unify error messages for vim.ui_attach/decor providers #33005luukvbaal1
2025-02-28vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-05-02feat(api): add nvim__redraw for more granular redrawingLuuk van Baal1
2024-04-27refactor(build): make all generated c files headersbfredl1
2024-02-13refactor(lua): use Arena when converting from lua stack to API argsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-22refactor(options): generate BV_ and WV_ constants (#26705)zeertzjq1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-05-17refactor(map): avoid duplicated khash_t types for valuesbfredl1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-17feat(ui): allow to set the highlight namespace per windowbfredl1
2022-08-06vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq1
2022-03-10refactor(uncrustify): format all c filesDundar Göc1
2022-03-03refactor(lua): reorganize builtin modules, phase 1bfredl1
2022-02-27feat(lua): add api and lua autocmdsTJ DeVries1
2022-02-26refactor(lua): use references directly on main threadBjörn Linse1
2022-02-26feat(lua): add proper support of luv threadserw71
2021-12-28feat(api): implement nvim_{add,del}_user_commandGregory Anders1
2021-10-09refactor: format header files with uncrustify #15877dundargoc1
2021-04-03lua: track reference ownership with ASAN when presentBjörn Linse1
2020-10-10api: multiple decoration providers at onceBjörn Linse1
2020-07-10lua: Add ability to pass lua functions directly to vimLTJ DeVries1
2020-01-01lua: metatable for empty dict valueBjörn Linse1
2019-11-10lua: vim.rpcrequest, vim.rpcnotify, vim.NILBjörn Linse1
2019-06-04api: allow nvim_buf_attach from lua using callbacksBjörn Linse1
2017-04-11lua: Fix header guardsZyX1
2017-04-11lua: Move files from src/nvim/viml/executor to src/nvim/luaZyX1