aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/messages_spec.lua
Commit message (Expand)AuthorAge
* fix(intro): clear intro if new buffer is shown in focused floatEvgeni Chasnovski2024-03-29
* fix(intro): link showing intro to state at startEvgeni Chasnovski2024-03-29
* fix(intro): still show intro message with floating windowLuuk van Baal2024-03-27
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* test(ui/messages_spec): unskip msg_puts_printf test on Unix CI (#27941)zeertzjq2024-03-20
* fix(pager): handle consecutive newlines properly (#27913)zeertzjq2024-03-18
* fix(messages): allow more prompt in headless mode with UI (#27905)zeertzjq2024-03-18
* Merge pull request #27877 from bfredl/pseudorandombfredl2024-03-16
|\
| * fix(intro): redrawing intro exposing pseudo-randomnessbfredl2024-03-16
* | fix(l10n): update Japanese translations (#27856)ite-usagi2024-03-16
|/
* fix(ui): startup intro message should be visible with ext_multigridbfredl2024-03-15
* fix(intro): make intro explicitly statefulbfredl2024-03-14
* feat(ui): allow non-zero 'cmdheight' with ext_messagesLuuk van Baal2024-03-11
* fix(messages): clear new lines when increasing 'cmdheight' (#27421)zeertzjq2024-02-11
* test: refactor PathsLewis Russell2024-01-17
* test: big cleanup followupLewis Russell2024-01-17
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* 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