aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
...
* test: dismiss quit_more from Lua #11226Daniel Hahler2022-06-12
* fix(inccommand): skip split window if not enough room #18937Famiu Haque2022-06-12
* fix(messages): add color when showing nvim_echo in :messages historybfredl2022-06-11
* fix(inccommand): clear cmdpreview state if preview is not shown (#18923)zeertzjq2022-06-11
* fix(highlight): let winhighlight use cursorzbirenbaum2022-06-07
* fix(inccommand): avoid crash if callback changes inccommand option (#18830)zeertzjq2022-06-02
* fix(screen): restart win_update() if a decor provider changes signcols (#18768)zeertzjq2022-06-01
* fix(inccommand): do not try to preview an ambiguous command (#18827)zeertzjq2022-06-01
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* test: add tests for inccommand with c_CTRL-R_= and c_CTRL-\_e (#18796)zeertzjq2022-05-29
* fix(winbar): set w_winrow_off when initializing firstwin size (#18793)zeertzjq2022-05-29
* fix(winbar): only allow adding winbar when there is spaceFamiu Haque2022-05-28
* fix(winbar): fix winbar disappear or glitch when moving a split (#18775)zeertzjq2022-05-28
* fix(ui): require window-local value to show winbar on floating windows (#18773)Famiu Haque2022-05-28
* feat: click support for 'statusline', 'winbar' #18650Famiu Haque2022-05-23
* fix(winbar): allow winbar to display the rulerbfredl2022-05-22
* fix(tests): fix some issues with ui/inccommand_spec.lua causing slownessbfredl2022-05-22
* fix(folds): fix fold regression with :move (#18685)zeertzjq2022-05-22
* Merge pull request #18681 from bfredl/uitestbfredl2022-05-22
|\
| * fix(tests): fix some screen.lua warningsbfredl2022-05-21
* | feat(ui): clear message history explicitly with msg_history_clear eventdevbhan singh2022-05-21
|/
* Merge pull request #18629 from famiu/fix/ui/winbarbfredl2022-05-19
|\
| * fix(ui): make `winbar` properly equalize window heights for local valueFamiu Haque2022-05-19
* | fix(mouse): fix mouse drag position with winbar or border in multigridzeertzjq2022-05-19
* | fix(mouse): fix mouse drag position with winbarzeertzjq2022-05-19
* | Merge pull request #18620 from bfredl/multibarbfredl2022-05-18
|\ \ | |/ |/|
| * fix(ui): make winbar work with floats and multigridbfredl2022-05-18
* | fix(ui): set correct position on mouse click when 'winbar' is enabledFamiu Haque2022-05-18
|/
* Merge pull request #18562 from famiu/feat/ui/winbarbfredl2022-05-18
|\
| * feat(ui): add `'winbar'`Famiu Haque2022-05-18
* | test: unskip tests on Windows (#18600)zeertzjq2022-05-18
|/
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* revert: "feat(mappings): do not simplify the rhs of a mapping" (#18553)zeertzjq2022-05-13
* fix: display global statusline correctly with ext_messagesshirasaka2022-05-05
* Merge pull request #15674 from yatli/ui_event_extmarkbfredl2022-05-03
|\
| * feat(api/ui): win_extmarksYatao Li2022-05-03
* | feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
|/
* refactor(ui): simplify stdin handlingbfredl2022-05-02
* feat(mappings): do not simplify the rhs of a mappingzeertzjq2022-04-29
* feat(mappings): do not replace existing mapping for simplified formzeertzjq2022-04-29
* vim-patch:8.2.4504: when there is a partially matching map full map may not workzeertzjq2022-04-29
* vim-patch:8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeyszeertzjq2022-04-29
* vim-patch:8.2.0916: mapping with partly modifyOtherKeys code does not workzeertzjq2022-04-29
* vim-patch:8.2.0839: dropping modifier when putting a character back in typeaheadzeertzjq2022-04-29
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* vim-patch:8.2.4805: CurSearch used for all matches in current linezeertzjq2022-04-23
* vim-patch:8.2.4759: CurSearch highlight does not work for multi-line matchzeertzjq2022-04-21
* vim-patch:8.2.4724: current instance of last search pattern not easily spottedzeertzjq2022-04-21
* Merge pull request #18145 from bfredl/term_optbfredl2022-04-20
|\
| * feat(api): add tests for setting terminal ui optionsbfredl2022-04-17