aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix(terminal): use terminal buffer for TermRequest autocommand (#26974)Gregory Anders2024-01-09
* fix(health): improve python executable check error handling (#26954)Barrett Ruth2024-01-10
* fix(health): correctly expand and resolve PYENV_ROOT (#26953)Barrett Ruth2024-01-10
* vim-patch:71d0ba07a33aChristian Clason2024-01-09
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* vim-patch:3a5b3df7764d (#26956)dundargoc2024-01-10
* feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre2024-01-09
* fix(docs): make lines not overflow in vim docsJongwook Choi2024-01-09
* fix(extmarks): blending space shouldn't overwrite wide char (#26960)zeertzjq2024-01-09
* refactor(drawline): remove unused save_extra argument (#26959)zeertzjq2024-01-09
* fix(extmarks): handle overwriting right half of wide char (#26951)zeertzjq2024-01-09
* Merge pull request #26872 from bfredl/fillscharbfredl2024-01-08
|\
| * refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
|/
* docs(treesitter): improve 'no parser' error message for InspectTreeJongwook Choi2024-01-08
* fix(tui): use buflen to calculate remaining buffer size (#26942)James McCoy2024-01-07
* fix(defaults): use augroup for default autocommands (#26933)Gregory Anders2024-01-06
* fix(highlight): update `IncSearch` to link to `CurSearch`Evgeni Chasnovski2024-01-06
* Merge pull request #26913 from jamessan/execl-fixJames McCoy2024-01-06
|\
| * fix(test/tui_spec): pass the expected NULL-sentinel to execl()James McCoy2024-01-06
* | docs(luvref): update to version bumpChristian Clason2024-01-06
* | build(deps): bump luv to 1.47.0-0Christian Clason2024-01-06
|/
* vim-patch:9.1.0014: incorrect use of W_WINROW in edit.c (#26910)zeertzjq2024-01-06
* Merge pull request #26909 from zeertzjq/vim-9.1.0007zeertzjq2024-01-06
|\
| * vim-patch:9.1.0012: regression with empty inner blocks introducedzeertzjq2024-01-06
| * vim-patch:9.1.0007: can select empty inner text blockszeertzjq2024-01-06
|/
* fix(test): call separate_arguments() correctly to honor $BUSTED_ARGS (#26905)James McCoy2024-01-05
* refactor: move structs from regexp_defs.h to regexp.c (#26899)zeertzjq2024-01-05
* fix(column): fill 'statuscolumn' clickdefs with evaluated width (#26891)luukvbaal2024-01-05
* fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892)zeertzjq2024-01-05
* vim-patch:9.1.0010: Keymap completion is not available (#26888)zeertzjq2024-01-05
* fix(health): fix tmux RGB capability detection (#26886)Tristan Partin2024-01-04
* Merge pull request #26791 from wookayin/gendocLewis Russell2024-01-04
|\
| * fix(gen_vimdoc): INCLUDE_DEPRECATED not generating docs for deprecatedsJongwook Choi2024-01-02
| * refactor(gen_vimdoc): refactor section and defgroup doc generationJongwook Choi2024-01-02
| * refactor(gen_vimdoc): generate function doc from metadata, not from xmlJongwook Choi2024-01-02
| * fix(docs): clean up non-docstring comments for vimdoc genJongwook Choi2024-01-02
| * refactor(gen_vimdoc): use typing for function API vimdoc generationJongwook Choi2024-01-02
| * refactor(gen_vimdoc): use stronger typing for CONFIG, avoid dictJongwook Choi2024-01-02
* | refactor(column): define and use maximum 'statuscolumn' widthLuuk van Baal2024-01-04
* | fix(decorations): incompletely displayed line should also get decorationsJaehwang Jung2024-01-04
* | fix(decorations): validate botline for on_winJaehwang Jung2024-01-04
* | vim-patch:d94ca966ca6dChristian Clason2024-01-04
* | vim-patch:b1392bee701dChristian Clason2024-01-04
* | vim-patch:80beeef0c6a4Christian Clason2024-01-04
* | vim-patch:d4634a26cdcdChristian Clason2024-01-04
* | vim-patch:9.1.0001: when closing window, wincmd p may failChristian Clason2024-01-03
* | vim-patch:9.1.0004: reloading colorscheme when not changing 'background' (#26...zeertzjq2024-01-04
* | vim-patch:9.1.0002: a closing fold expr, may start a new fold (#26876)zeertzjq2024-01-04
* | feat(lua): add noref to deepcopyLewis Russell2024-01-03
* | Merge #26398 lintlua for test/ dirJustin M. Keyes2024-01-03
|\ \