aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* 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
* feat(stdlib): add vim.base64 module (#25843)Gregory Anders2023-10-31
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* fix(ui): empty line before the next message after :silent commandnwounkn2023-10-14
* refactor: the long goodbyedundargoc2023-10-09
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* fix(api, lua): handle setting v: variables properly (#25325)zeertzjq2023-09-24
* fix(lua): show error message when failing to set variable (#25321)zeertzjq2023-09-23
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* build: download busted from own neovim/deps repositorydundargoc2023-09-03
* fix(query_error): multiline bugLewis Russell2023-08-31
* feat(treesitter): improve query error messageAmaan Qureshi2023-08-31
* fix(treesitter.c): improve comments on fenv usageLewis Russell2023-08-30
* fix(treesitter): fix another TSNode:tree() double freebfredl2023-08-29
* fix(treesitter): fix TSNode:tree() double free (#24796)nwounkn2023-08-29
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* fix(treesitter): logger memory leakLewis Russell2023-08-13
* fix(api): revert unintended change of optional bool paramsbfredl2023-08-09
* build(deps): bump tree-sitter to HEAD - 0a1c4d846 (#24607)Christian Clason2023-08-08
* feat(lua): specific error messages for type checking `opts` paramsbfredl2023-08-07
* refactor(api): use typed keysetsbfredl2023-08-07
* docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq2023-07-21