aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/messages_spec.lua
Commit message (Expand)AuthorAge
* fix(messages): validate msg_grid before using msg_grid_pos (#26189)zeertzjq2023-11-24
* fix(messages): :map output with ext_messages (#26126)Bara C. Tudor2023-11-22
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10
* fix(ui): empty line before the next message after :silent commandnwounkn2023-10-14
* fix: allow multiline message for echoerr (#25380)Jongwook Choi2023-10-13
* refactor(grid): get rid of unbatched grid_puts and grid_putcharbfredl2023-10-06
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* test: avoid name collisions with Xtest directory (#23019)kylo2522023-04-11
* test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* test: re-bundle cat on windows (#21255)dundargoc2023-03-14
* refactor(redraw): make cursor position redraw use the "redraw later" patternbfredl2023-03-12
* test: make {MATCH:} behave less unexpectedly in screen:expect()zeertzjq2023-02-18
* test: avoid consecutive mouse input at different positions (#21781)zeertzjq2023-01-13
* fix(ui): command line issues with external messages (#21709)luukvbaal2023-01-13
* test: simplify platform detection (#21020)dundargoc2022-11-22
* fix(messages): don't set cmdline_row when messages have scrolled (#21015)zeertzjq2022-11-11
* fix(messages): reset msg_grid_scroll_discount when redrawing (#21000)zeertzjq2022-11-10
* fix(intro): omit patch version in ":help news" item #20713zeertzjq2022-10-18
* feat: mention ":help news" in intro #20674Gregory Anders2022-10-16
* feat(messages)!: graduate the 'msgsep' featurebfredl2022-10-05
* fix(ui): msg_ext_set_kind for nvim_echo (#20476)Shougo2022-10-04
* fix(messages): do not crash on cmdheight=0 and g< redisplaybfredl2022-09-16
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* fix(getchar): flush screen before doing a blocking waitzeertzjq2022-08-15
* vim-patch:9.0.0071: command overlaps with printed text in scrollback (#19505)zeertzjq2022-07-26
* fix(exmode): flush messages before printing a line after pressing Enter (#19341)zeertzjq2022-07-13
* feat: cmdheight=0 #16251Shougo2022-06-13
* test: dismiss quit_more from Lua #11226Daniel Hahler2022-06-12
* fix(messages): add color when showing nvim_echo in :messages historybfredl2022-06-11
* 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
|/
* test: unskip tests on Windows (#18600)zeertzjq2022-05-18
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* fix: display global statusline correctly with ext_messagesshirasaka2022-05-05
* docs: typo fixes (#17859)dundargoc2022-04-15
* ci: skip tests that fail on windowsDundar Göc2022-02-20
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* vim-patch:8.2.0038: spell suggestions insufficiently testedJan Edmund Lazo2021-06-12
* vim-patch:8.2.0946: cannot use "q" to cancel a number promptJan Edmund Lazo2021-05-21
* vim-patch:8.2.2686: status line is not updated when going to cmdline modeJan Edmund Lazo2021-04-01
* Clear prompt_for_number messagesglacambre2021-02-10
* vim-patch:8.1.1992: the search stat moves when wrapping at the end of the bufferJan Edmund Lazo2020-09-29
* test: always use "set more" with :digraph testBjörn Linse2020-02-19
* screen: add missing redraws after a messageBjörn Linse2020-01-26
* messages: echo "line1\r\nline2" should not clear line1Björn Linse2020-01-16
* API: deprecate nvim_command_outputJustin M. Keyes2019-12-02
* Add v:lua.func() vimL syntax for calling luaBjörn Linse2019-11-16
* test/Screen:expect: replace "{IGNORE}" with "{MATCH:…}"Justin M. Keyes2019-11-09