aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* refactor: fix luals warningsdundargoc2023-12-30
* build: various improvementsdundargoc2023-12-30
* docs: convert BACKERS.md to backers.txtdundargoc2023-12-28
* fix(drawline): don't use temporary "v" variable when not needed (#26777)zeertzjq2023-12-28
* docs: small fixes (#26651)dundargoc2023-12-28
* fix(clipboard): make getreg() accurate for clipboard registers (#26740)JD2023-12-28
* vim-patch:9.0.2188: cursor wrong after { in single line buffer (#26766)zeertzjq2023-12-28
* vim-patch:9.0.2187: Visual not drawn with 'breakindent' when line doesn't fit...zeertzjq2023-12-28
* fix(inccommand): don't preview in Ex mode (#26587)Raphael2023-12-27
* feat(defaults): map Q and @x to repeat in Visual mode (#26495)Nacho Nieva2023-12-27
* test: simplify vim.fs testsdundargoc2023-12-26
* fix(column): correct width after truncated 'statuscolumn' error (#26737)luukvbaal2023-12-26
* 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
* 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
* 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): remove side effects from `check_num_option_bounds()`Famiu Haque2023-12-24
* | fix(mappings): fix mapset() not replacing map with backslash (#26719)zeertzjq2023-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 #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
* | fix(column): avoid exceeding configured 'signcolumn' widthLuuk van Baal2023-12-21
|/
* refactor(runtime): rewrite 'vim' color scheme in LuaEvgeni Chasnovski2023-12-21
* vim-patch:9.0.2179: no filetype detection for execline scriptsChristian Clason2023-12-19
* 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: "diff" flag of 'fillchars' (#26657)zeertzjq2023-12-19
* 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
* refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618)Gregory Anders2023-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
* test(core/job_spec): fix flakiness (#26623)zeertzjq2023-12-18
* build: cmake fixesdundargoc2023-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