aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
* feat(vim.deprecate): only issue warning if neovim version is high enoughdundargoc2023-12-25
* Merge pull request #25528 from bfredl/nocpolispbfredl2023-12-25
|\
| * refactor(cpoptions): remove 'p'bfredl2023-12-25
|/
* refactor(drawline): reduce size of wlv.extra[] (#26733)zeertzjq2023-12-25
* test(extmarks): improve tests for ui_watched (#26732)zeertzjq2023-12-25
* feat(health): make :checkhealth support more split modifiers (#26731)zeertzjq2023-12-25
* feat(health): checkhealth buffer can show in a split window (#26714)Pablo Arias2023-12-25
* build: remove clint checks and style text covered by uncrustifydundargoc2023-12-24
* refactor: follow style guidedundargoc2023-12-24
* build(deps): bump luajit to HEAD - c525bcb90Christian Clason2023-12-24
* fix(treesitter): outdated highlight due to tree with outdated regionJaehwang Jung2023-12-24
* Merge pull request #26642 from famiu/refactor/options/misczeertzjq2023-12-24
|\
| * refactor(options): do bound checking in `validate_num_option()`Famiu Haque2023-12-24
| * refactor(options): remove side effects from `check_num_option_bounds()`Famiu Haque2023-12-24
| * refactor(options): use `OptIndex` for `os_idx`Famiu Haque2023-12-23
| * refactor(options): move some functions from options.c to option.cFamiu Haque2023-12-23
| * refactor(options): restructure functions related to key optionsFamiu Haque2023-12-23
* | refactor: remove os_errmsg and os_msg functionsdundargoc2023-12-23
* | vim-patch:ea9964a36f94Christian Clason2023-12-23
* | vim-patch:ec97edcbb9f6Christian Clason2023-12-23
* | refactor: remove CPO_TO_CPO_FLAGS() (#26718)zeertzjq2023-12-23
* | fix(mappings): fix mapset() not replacing map with backslash (#26719)zeertzjq2023-12-23
|/
* refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq2023-12-23
* build(nix): update flake.lock (#26702)Jared Baur2023-12-23
* refactor(drawline): avoid storing info to draw 'statuscolumn' (#26712)luukvbaal2023-12-23
* fix(decor): allow adding providers during redrawLewis Russell2023-12-22
* fix(lsp): filetype matching to documentSelector in dynamic capabilities (#25425)Michal Liszcz2023-12-22
* Merge pull request #26709 from luukvbaal/drawstatuscolzeertzjq2023-12-22
|\
| * refactor(drawline): simplify draw_statuscol() and remove draw_state referencesLuuk van Baal2023-12-22
|/
* Merge pull request #26528 from bfredl/nodrawstatebfredl2023-12-22
|\
| * refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl2023-12-22
* | refactor(lsp): move glob parsing to util (#26519)Steven Arcangeli2023-12-22
* | feat(lsp): add type annotations for lsp.util.locations_to_items (#26694)Mathias Fußenegger2023-12-22
* | 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
* | vim-patch:0630080bbd3e (#26704)zeertzjq2023-12-22
* | vim-patch:18ab6c3392efChristian Clason2023-12-22
* | vim-patch:37468879977aChristian Clason2023-12-22
* | vim-patch:21064ebcd609Christian Clason2023-12-22
* | vim-patch:cc944b145254Christian Clason2023-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
* | docs: move vim-variables to separate fileLewis Russell2023-12-21
* | fix(runtime): source old color scheme in bundled color schemes (#26641)Evgeni Chasnovski2023-12-21
* | fix(column): avoid exceeding configured 'signcolumn' widthLuuk van Baal2023-12-21
|/
* refactor(runtime): rewrite 'vim' color scheme in LuaEvgeni Chasnovski2023-12-21