aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* Merge branch 'master' of https://github.com/neovim/neovim into rahmtmpJosh Rahm2022-08-19
|\
| * Merge pull request #19360 from famiu/feat/multibuffer-inccommandbfredl2022-08-19
| |\
| | * feat: multibuffer preview support for inccommandFamiu Haque2022-08-19
| * | Merge pull request #19822 from bfredl/hldefbfredl2022-08-18
| |\ \
| | * | fix(api): make nvim_set_hl(ns=0, ...) redraw screen properlybfredl2022-08-18
| * | | fix(winhl): do not crash when unsetting winhl in just opened windowbfredl2022-08-18
| |/ /
| * | fix(tests): remove irrelevant usage of display-=msgsepbfredl2022-08-17
| * | feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
| * | vim-patch:9.0.0190: the way 'cmdheight' can be made zero is inconsistentShougo Matsushita2022-08-17
| * | fix(getchar): flush screen before doing a blocking waitzeertzjq2022-08-15
| |/
| * fix(winbar): do not always assume cursor is valid. fixes #19458bfredl2022-08-13
| * fix(signs): priority of extmark signs (#19718)Lewis Russell2022-08-11
| * fix(folds): fix fold remains when :delete makes buffer empty (#19673)zeertzjq2022-08-08
* | Merge branch 'master' of https://github.com/neovim/neovim into rahmJosh Rahm2022-08-07
|\|
| * fix(ui): set redraw_cmdline when setting window height (#19630)zeertzjq2022-08-03
* | Merge remote-tracking branch 'upstream/master' into rahmJosh Rahm2022-08-03
|\|
| * cmdheight=0: fix bugs part2 (#19185)Shougo2022-07-31
| * fix(screen): check for col instead of vcol when drawing fold (#19572)zeertzjq2022-07-29
| * fix(options): properly free string options (#19510)zeertzjq2022-07-27
| * fix(cmdline): trigger CmdlineEnter and ModeChanged earlier (#19474)zeertzjq2022-07-26
| * vim-patch:9.0.0071: command overlaps with printed text in scrollback (#19505)zeertzjq2022-07-26
| * vim-patch:8.2.5155: in diff mode windows may get out of synczeertzjq2022-07-25
| * test: improve some input testszeertzjq2022-07-25
| * fix(input): do no reinterpret mouse keys with ALT modifierszeertzjq2022-07-25
| * fix(mouse): fix using uninitialized memory with K_MOUSEMOVE (#19480)zeertzjq2022-07-24
| * fix(grid): don't use utfc_ptr2char_len() when printing until NUL (#19456)zeertzjq2022-07-22
| * Merge pull request #19445 from famiu/fix/local_winbar_tabsbfredl2022-07-20
| |\
| | * fix: local winbar with tabsFamiu Haque2022-07-20
| * | Merge pull request #19409 from bfredl/uiunpackbfredl2022-07-19
| |\ \
| | * | perf(ui): avoid ui_flush() work in headless modebfredl2022-07-18
| | * | perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
| | |/
| * / fix(mouse): click on global statusline with splits (#19390)Munif Tanjim2022-07-19
| |/
* | Merge remote-tracking branch 'upstream/master' into rahmJosh Rahm2022-07-18
|\|
| * feat(defaults): mouse=nvi #19290matveyt2022-07-17
| * fix(pum): make right drag in anchor grid to select work in multigrid UI (#19382)zeertzjq2022-07-16
| * fix: remote UI may get invalid 'pumblend' value #19379Natasha England-Elbro2022-07-15
| * fix: right-click in clickable statusline #19252Famiu Haque2022-07-15
| * test: improve searchhl testszeertzjq2022-07-15
| * fix(winbar): make setting WinBar and WinBarNC in 'winhighlight' workzeertzjq2022-07-15
| * fix(exmode): flush messages before printing a line after pressing Enter (#19341)zeertzjq2022-07-13
| * test(float_spec): make indent more consistentzeertzjq2022-07-10
| * fix(float): fix mouse drag position if float window turned to a splitzeertzjq2022-07-10
| * fix(float): fix glitch when making float window with border a splitzeertzjq2022-07-10
| * fix(float): fix float window with winbar cannot have screen heightzeertzjq2022-07-10
| * fix(float): fix float window border drawing with winbarzeertzjq2022-07-10
| * vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...zeertzjq2022-07-07
| * fix(tui): resize at startup #17795Javier Lopez2022-07-04
| * feat(ui): make right-click menu work properly with ext_multigridzeertzjq2022-07-01
| * cmdheight=0: fix bugs #18961Shougo2022-06-30
| * refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30