aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | docs(options): add codeblock annotations to options.lua (#26696)Christian Clason2023-12-22
* | refactor(IWYU): add "private" pragma to more generated headers (#26706)zeertzjq2023-12-22
* | refactor(options): generate BV_ and WV_ constants (#26705)zeertzjq2023-12-22
* | vim-patch:9.0.2183: Maximum callback depth is not configurable (#26703)zeertzjq2023-12-22
* | refactor: run IWYU on entire repodundargoc2023-12-21
* | fix(build): teach cmake about vvarsLewis Russell2023-12-21
* | feat: generate types and docs for v variablesLewis Russell2023-12-21
* | fix(column): avoid exceeding configured 'signcolumn' widthLuuk van Baal2023-12-21
|/
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* fixup:zeertzjq2023-12-21
* fix(channel): use os_write() instead of fwrite() for stderr (#26689)zeertzjq2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* fix(buffer): do not filter help bufferChristian Clason2023-12-20
* vim-patch:9.0.2177: Wrong cursor position when dragging out of window (#26661)zeertzjq2023-12-20
* vim-patch:9.0.2178: reg_executing() wrong for :normal with range (#26660)zeertzjq2023-12-20
* test: sign on wrapped line with signcolumn=number (#26654)zeertzjq2023-12-19
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* docs: small fixes (#26448)dundargoc2023-12-19
* fix(api): don't set coladd of mark (#26648)zeertzjq2023-12-19
* feat(api): add forward and back mouse buttonsAmanda Graven2023-12-18
* docs: add style rule regarding initializationdundargoc2023-12-18
* fix(lua): handle array with holes in luaeval() (#26630)zeertzjq2023-12-18
* fix(options): setting 'scroll' with resized grid (#26628)zeertzjq2023-12-18
* refactor: split WIN_EXECUTE() into two functions (#26627)zeertzjq2023-12-18
* refactor: move some anonymous enums back to non-defs headers (#26622)zeertzjq2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor(options): use hashy for finding options (#26573)Famiu Haque2023-12-17
* build: cmake fixesdundargoc2023-12-16
* refactor: only reload colorscheme if &bg changed (#26598)Gregory Anders2023-12-16
* build: bump minimum cmake version to 3.13dundargoc2023-12-16
* vim-patch:82f19734bfcbChristian Clason2023-12-16
* fix(api): crash after nvim_win_set_config title/footer validation error (#26606)notomo2023-12-16
* feat(highlight): tweak default color schemeEvgeni Chasnovski2023-12-16
* vim-patch:9.0.2168: Moving tabpages on :drop may cause an endless loop (#26605)zeertzjq2023-12-16
* feat(ui): completeopt support popup like vimmathew2023-12-16
* Merge pull request #26512 from famiu/refactor/options/type_flagsbfredl2023-12-16
|\
| * refactor(options): remove option type macrosFamiu Haque2023-12-14
* | vim-patch:17dca3cb97cd (#26584)zeertzjq2023-12-15
|/
* fix(extmark): only invalidate unpaired marks on deleted rowsLuuk van Baal2023-12-14
* feat(nvim_open_term): convert LF => CRLF (#26384)Raphael2023-12-14
* fix(tui): don't use tui->params[] for 'termsync' (#26565)zeertzjq2023-12-14
* docs: fix linksdundargoc2023-12-13
* docs: add code-overview from wiki to src/nvim/README.mddundargoc2023-12-13
* vim-patch:9.0.2159: screenpos() may crash with neg. column (#26542)zeertzjq2023-12-13
* fix(stream): do not close handle if it is already closing (#26537)Gregory Anders2023-12-12
* 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
* Merge pull request #26486 from glepnir/fix_linebytebfredl2023-12-12
|\
| * fix: use no_ff instead of ffdos as conditionglepnir2023-12-12
* | fix(extmarks): `U` changed_bytes after extmark_splice (#26501)Jaehwang Jung2023-12-12