aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
...
* vim-patch:9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows (#24811)zeertzjq2023-08-21
* vim-patch:9.0.1759: Visual highlight not working with cursor at end of screen...zeertzjq2023-08-21
* vim-patch:9.0.1745: Missing test coverage for blockwise Visual highlight (#24...zeertzjq2023-08-19
* fix(extmarks): make empty "conceal" respect &conceallevel = 1 (#24785)zeertzjq2023-08-19
* test(ui/mouse_spec): mouse click with matchadd() concealed textzeertzjq2023-08-18
* vim-patch:9.0.1725: cursor pos wrong after concealed text with 'virtualedit'zeertzjq2023-08-18
* vim-patch:9.0.1731: blockwise Visual highlight not working with virtual text ...zeertzjq2023-08-18
* fix(ui_compositor): only reset skipstart at first column (#24776)zeertzjq2023-08-18
* vim-patch:9.0.1726: incorrect heights in win_size_restore() (#24765)Sean Dewar2023-08-17
* fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745)Sean Dewar2023-08-17
* feat(diagnostic): filter diagnostics by specific severities (#24736)Michael Strobel2023-08-16
* feat(highlight): Allow hyphens (-) in highlight group names (#24714)Gregory Anders2023-08-15
* test(terminal): fix scrollback test flakiness (#24708)zeertzjq2023-08-14
* fix(treesitter)!: remove deprecated legacy injection formatChristian Clason2023-08-14
* Merge pull request #24681 from clason/update-cChristian Clason2023-08-13
|\
| * feat(treesitter): update C queries from upstreamChristian Clason2023-08-13
* | fix(keycodes): recognize <t_xx> as a key (#24700)zeertzjq2023-08-13
* | Merge #15440 close 'shell' :terminal automaticallyJustin M. Keyes2023-08-13
|\ \ | |/ |/|
| * test: update tests for auto-closing :term buffersGregory Anders2023-08-10
* | fix(treesitter): logger memory leakLewis Russell2023-08-13
* | feat(remote): avoid --remote-ui infinite loop (#24465)shafouz2023-08-13
* | vim-patch:9.0.1697: incsearch test not sufficient (#24683)zeertzjq2023-08-13
* | feat(treesitter)!: incremental injection parsingLewis Russell2023-08-12
* | fix(diff): filler lines for hunks bigger than linematch limit (#24676)Jaehwang Jung2023-08-12
* | fix(events): avoid unnecessary CursorMoved (#24675)zeertzjq2023-08-12
* | vim-patch:9.0.1691: wrong viewport restored for incsearch and smoothscroll (#...zeertzjq2023-08-12
* | feat(treesitter): add injection language fallback (#24659)Christian Clason2023-08-11
|/
* fix(iter): make pipeline termination conditions consistent (#24614)Gregory Anders2023-08-09
* fix(api): revert unintended change of optional bool paramsbfredl2023-08-09
* fix(treesitter): make sure injections don't return empty ranges (#24595)Lewis Russell2023-08-07
* Merge pull request #24524 from bfredl/typed_keysbfredl2023-08-07
|\
| * test(api): update tests to new error messagesbfredl2023-08-07
| * refactor(api): use typed keysetsbfredl2023-08-07
* | fix(inccommand): don't set an invalid 'undolevels' value (#24575)zeertzjq2023-08-05
|/
* fix(lsp): do not assume client capability exists in watchfiles check (#24550)Sean Dewar2023-08-04
* test(options/defaults_spec): fix NVIM_APPNAME test flakiness (#24553)zeertzjq2023-08-04
* fix(terminal): forward horizontal mouse scrolling (#24552)zeertzjq2023-08-04
* fix(terminal): include modifiers when forwarding mouse (#24549)zeertzjq2023-08-04
* fix(loader): cache path ambiguity #24491Tyler Miller2023-08-01
* fix(inccommand): don't save information of a buffer twice (#24501)zeertzjq2023-07-28
* build(deps): bump tree-sitter-c to v0.20.4 (#24495)Christian Clason2023-07-27
* fix(window): prevent win_size_restore from changing cmdheightSean Dewar2023-07-26
* feat(api): allow win_hide to close cmdwin or non-previous windowsSean Dewar2023-07-26
* feat(api): allow win_close in cmdwin to close wins except previousSean Dewar2023-07-26
* feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar2023-07-26
* test(inccommand): add a test for #20248 (#24489)zeertzjq2023-07-26
* fix(inccommand): restrict cmdpreview undo calls (#24289)Alexandre Teoi2023-07-26
* fix(lsp): SignatureHelp docstring is not escaped #16702Christoph Hasse2023-07-25
* test(core/startup_spec): use retry() instead of jobwait() (#24481)zeertzjq2023-07-25
* fix(startup): make recovery mode work without --headless (#24477)zeertzjq2023-07-25