aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
...
* 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
* | feat(highlight): implement CurSearch highlightFamiu Haque2022-04-17
|/
* docs: typo fixes (#17859)dundargoc2022-04-15
* feat(keymap): add F38-F63 keys (#17893)zeertzjq2022-04-11
* vim-patch:partial:8.1.2333: with modifyOtherKeys CTRL-^ doesn't work (#18048)zeertzjq2022-04-09
* vim-patch:8.2.3925: diff mode confused by NUL bytes (#18033)zeertzjq2022-04-08
* vim-patch:8.2.4707: redrawing could be a bit more efficient (#18022)zeertzjq2022-04-07
* fix(ui): inccomand performance degradationKillTheMule2022-04-05
* test: move completion :stopinsert test to completion_spec.lua (#17992)zeertzjq2022-04-04
* fix(input): do not translate scroll keys into multiclickszeertzjq2022-04-02
* test: add a test for #13916zeertzjq2022-04-01
* vim-patch:8.2.4660: cursorcolumn is sometimes not correctzeertzjq2022-04-01
* Merge pull request #17890 from zeertzjq/conceal-virtcol-changedbfredl2022-03-31
|\
| * perf: only redraw concealed line if cursor has moved horizontallyzeertzjq2022-03-28
* | fix: correct vertical dragging room calculation with global statusline (#17928)zeertzjq2022-03-31
* | fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)zeertzjq2022-03-30
* | fix(decorations): do not put empty virt_text (#17872)zeertzjq2022-03-29
|/
* vim-patch:8.2.4630: 'cursorline' not always updated with 'culopt' is "screenl...zeertzjq2022-03-28
* vim-patch:8.2.4638: superfluous check if a redraw is needed for 'cursorline'zeertzjq2022-03-28
* chore: fix typos (#17755)dundargoc2022-03-25
* Merge pull request #17821 from zeertzjq/vim-patch-cursorlinezeertzjq2022-03-24
|\
| * vim-patch:8.2.4591: cursor line not updated when a callback moves the cursorzeertzjq2022-03-24
* | feat(input): enable <tab>/<c-i>, <cr>/<c-m>, <esc>/<c-[> pairs unconditionallybfredl2022-03-24
|/
* fix(float): do not switch window before deleting last listed buffer (#17840)zeertzjq2022-03-24
* fix(float): don't always switch window when deleting last listed buffer (#17836)zeertzjq2022-03-24
* test: add test for deleting last listed buffer when there are floats (#17833)zeertzjq2022-03-24
* fix(float): make laststatus=1 behave consistently with floating windowszeertzjq2022-03-23
* fix(float): handle buffer deletion with floating windowszeertzjq2022-03-23
* fix(win_close): count the window the be closed instead of curwinzeertzjq2022-03-23
* fix(screen): do not do syntax highlighting at filler or folded lines (#17818)zeertzjq2022-03-23
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18