aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
...
* | test: normalise nvim bridge functionsLewis Russell2024-01-12
* | test: typing for helpers.methsLewis Russell2024-01-12
* | test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* | test: use vim.inspect directlyLewis Russell2024-01-12
* | test: remove helpers.sleep()Lewis Russell2024-01-12
* | test: do not inject vim module into global helpersLewis Russell2024-01-12
|/
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* feat(vim.iter): add Iter:flatten (#26786)JD2024-01-10
* fix(pum): handle right-click menu repositioning with multigrid (#26975)zeertzjq2024-01-10
* fix(terminal): use terminal buffer for TermRequest autocommand (#26974)Gregory Anders2024-01-09
* feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre2024-01-09
* fix(extmarks): blending space shouldn't overwrite wide char (#26960)zeertzjq2024-01-09
* fix(extmarks): handle overwriting right half of wide char (#26951)zeertzjq2024-01-09
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* fix(test/tui_spec): pass the expected NULL-sentinel to execl()James McCoy2024-01-06
* 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
* fix(decorations): validate botline for on_winJaehwang Jung2024-01-04
* refactor: format test/*Justin M. Keyes2024-01-03
* build: enable lintlua for test/ dirJustin M. Keyes2024-01-03
* feat(lsp): support connect via named pipes/unix domain sockets (#26032)TheLeoP2024-01-02
* feature(diagnostic): add `vim.diagnostic.count()` (#26807)Evgeni Chasnovski2024-01-01
* refactor(health): refactor provider healthchecksGregory Anders2024-01-01
* 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
|/