aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* 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
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* docs: small fixes (#26154)dundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* fix(lua): disallow vim.wait() in fast contextsLewis Russell2023-11-27
* build(clint): more precise check for "defs" headers (#26236)zeertzjq2023-11-27
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor: enable formatting for ternariesdundargoc2023-11-20
* build: bump uncrustify versiondundargoc2023-11-19
* refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* fix(lua): only disable vim.schedule() when closing main loop (#26090)zeertzjq2023-11-17
* refactor: iwyu (#26062)zeertzjq2023-11-16
* fix(lua): do not schedule events if Nvim is exitingGregory Anders2023-11-13
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* fix(PVS/V009): add top-level messagedundargoc2023-11-11
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10
* fix: flush UI state before blocking in vim.wait (#25938)Gregory Anders2023-11-08
* refactor: move defaults into separate module (#25929)Gregory Anders2023-11-08
* refactor: the long goodbyedundargoc2023-11-05