aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
* test(functional): remove faulty pending checkChristian Clason2023-12-30
* refactor: fix luals warningsdundargoc2023-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.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(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
* test: "diff" flag of 'fillchars' (#26657)zeertzjq2023-12-19
* test: sign on wrapped line with signcolumn=number (#26654)zeertzjq2023-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
* 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
* feat(ui): completeopt support popup like vimmathew2023-12-16
* refactor(options): remove option type macrosFamiu Haque2023-12-14
* fix(extmark): only invalidate unpaired marks on deleted rowsLuuk van Baal2023-12-14
* test(nvim_open_term): don't resize after creating terminal (#26570)zeertzjq2023-12-14
* feat(nvim_open_term): convert LF => CRLF (#26384)Raphael2023-12-14
* fix(diagnostic): check for sign namespace instead of sign groupGregory Anders2023-12-13
* refactor(diagnostic): set sign by using extmark (#26193)Raphael2023-12-13
* feat(iter): add `Iter.take` (#26525)Will Hopkins2023-12-12
* 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
|\