aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* Merge pull request #17432 from zeertzjq/vim-8.1.2336zeertzjq2022-02-27
|\
| * test: add some tests for :*map <expr>Jay Sandhu2022-02-17
* | Merge pull request #17527 from zeertzjq/test-pending-win32zeertzjq2022-02-26
|\ \
| * | test: use helpers.pending_win32(pending) instead of iswin()zeertzjq2022-02-26
* | | Merge pull request #17472 from lewis6991/signcol_improvementsbfredl2022-02-26
|\ \ \ | |/ / |/| |
| * | fix(signcol): update cursor when signcol changesLewis Russell2022-02-24
| |/
* / ci: skip tests that fail on windowsDundar Göc2022-02-20
|/
* Merge pull request #16914 from godlygeek/fix_14587Christian Clason2022-02-13
|\
| * fix(screen): don't put empty sign text in line number columnMatt Wozniski2022-01-04
* | test: convert some colorcolumn tests to Lua screen testszeertzjq2022-02-12
* | fix: close floating windows when calling win_close()Rom Grk2022-02-10
* | Merge pull request #17279 from zeertzjq/state-enter-vpeekcbfredl2022-02-06
|\ \
| * | fix(event-loop): call vpeekc() directly first to check for characterzeertzjq2022-02-03
* | | Merge pull request #17194 from zeertzjq/inccommand-prev-subzeertzjq2022-02-06
|\ \ \
| * | | fix(inccommand): do not change reg_prev_sub when previewingzeertzjq2022-01-25
* | | | vim-patch:8.2.1128: the write message mentions characters, but it's byteszeertzjq2022-02-04
| |/ / |/| |
* | | Merge pull request #17192 from zeertzjq/aucmd-redrawingdisabledbfredl2022-01-29
|\ \ \
| * | | fix: set RedrawingDisabled before entering aucmd_winzeertzjq2022-01-25
| |/ /
* | | Merge pull request #17183 from notomo/expose-extmark-right-gravitybfredl2022-01-28
|\ \ \
| * | | feat(api): expose extmark right_gravity and end_right_gravitynotomo2022-01-24
| |/ /
* | | fix(completion): update submode message when selecting from API (#17022)zeertzjq2022-01-28
* | | Merge pull request #17102 from zeertzjq/vim-8.2.1762bfredl2022-01-27
|\ \ \ | |/ / |/| |
| * | vim-patch:8.2.1762: when a timer uses :stopinsert completion isn't stoppedzeertzjq2022-01-15
* | | Merge pull request #16936 from zeertzjq/no-escape-csibfredl2022-01-21
|\ \ \
| * | | fix(input): never escape CSI byteszeertzjq2022-01-21
| |/ /
* / / feat(api): expose extmark more detailsnotomo2022-01-20
|/ /
* / feat(completion): support selecting item via API from Lua mappingzeertzjq2022-01-11
|/
* fix(pum_redraw): use grid_puts_len() to truncate the textzeertzjq2021-12-24
* test(fold): add test for CursorLineFoldGregory Anders2021-12-08
* test(sign): add test for culhl optionGregory Anders2021-12-08
* vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'James McCoy2021-12-08
* Merge pull request #16556 from zeertzjq/hl-change-updateBjörn Linse2021-12-07
|\
| * fix(highlight): always update window highlight if highlight changedzeertzjq2021-12-07
* | fix(screen): do not draw filler lines post eof if already at last rowzeertzjq2021-12-07
|/
* fix(float): skip non-focusable windows for :windo (#15378)Daniel Steinberg2021-11-11
* Merge pull request #16155 from zeertzjq/fix-redr-border-corruptionBjörn Linse2021-11-06
|\
| * fix(float): redraw if w_border_adj changedzeertzjq2021-10-28
| * fix(float): fix potential heap corruption in win_redr_borderzeertzjq2021-10-28
* | feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* | fix(extmark): fix missing virt_lines when using id param of set_extmarkBjörn Linse2021-11-01
* | vim-patch:8.2.3556: filler lines are incorrect for other window in diff mode ...Jaehwang Jerry Jung2021-10-28
|/
* feat(decorations): support more than one virt_lines blockBjörn Linse2021-10-23
* fix(mouse): correct dragged position in composed layoutBjörn Linse2021-10-04
* Merge pull request #15516 from bfredl/keysetBjörn Linse2021-10-03
|\
| * refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* | fix(nvim_open_win): crash if autocmds delete buffer/window #15549Sean Dewar2021-10-02
* | fix(float)!: always anchor to corner of window including border #15832zeertzjq2021-10-02
|/
* test: add a test for getmousepos()Daniel Steinberg2021-09-29
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* fix(inccommand): ignore trailing commands only for *previewed* command #15638itchyny2021-09-20