aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.3394: filler lines are wrong when changing text in diff mode (#...Jaehwang Jerry Jung2021-09-18
* Merge pull request #14770 from andrew-pa/fix13403Björn Linse2021-09-12
|\
| * fix(windowing): positioning of relative floatsandrew-pa2021-09-08
* | feat(api): win_viewport also sends line_count #15613Yatao Li2021-09-10
* | fix(mouse.c): fix mouse drag positions on multigrid #12667Ville Hakulinen2021-09-10
* | fix(multigrid): #15075 mouse events crash neovimYatao Li2021-09-08
* | fix(screen): missing search highlights when redrawing from timer #15380Jit2021-09-06
* | refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* | vim-patch:8.1.2229: color number column above/below cursor #15409zeertzjq2021-08-27
* | test: update tests to work with 'hidden'Gregory Anders2021-08-18
* | vim-patch:8.2.3295: 'cursorline' should not apply to 'breakindent' #15281zeertzjq2021-08-16
* | fix(sign): reset auto sign column with minimum in float win minimal styleSirisak Lueangsaksri2021-08-09
* | vim-patch:8.1.2117: CursorLine highlight used while 'cursorline' is offzeertzjq2021-08-02
* | Merge pull request #15207 from gpanders/bye-syncolorBjörn Linse2021-07-29
|\ \
| * | fixup! fix(highlight): remove syncolor.vimGregory Anders2021-07-28
* | | refactor(decorations): merge the two different code paths for virt_textBjörn Linse2021-07-29
* | | feat(decorations): allow more than one stacked highlight in a virt_textBjörn Linse2021-07-29
* | | fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespaceBjörn Linse2021-07-29
|/ /
* | Merge pull request #14864 from seandewar/get-config-zindexBjörn Linse2021-07-02
|\ \
| * | fix(api/win_get_config): include z-indexSean Dewar2021-06-19
* | | [RDY] Add buffer information to tabline_update (#12481)John Gehrig2021-06-27
|/ /
* | feat(float): add rounded borders presetChristian Clason2021-06-14
* | vim-patch:8.2.0038: spell suggestions insufficiently testedJan Edmund Lazo2021-06-12
* | vim-patch:8.1.1838: there is :spellwrong and :spellgood but not :spellrareJan Edmund Lazo2021-06-12
* | fix(ui): Fix pum incorrect position in multigrid modeSerg Tereshchenko2021-06-12
|/
* vim-patch:8.2.0946: cannot use "q" to cancel a number promptJan Edmund Lazo2021-05-21
* Merge pull request #14468 from bfredl/zindexBjörn Linse2021-05-15
|\
| * floats: z-indexBjörn Linse2021-05-15