neovim/test/functional
Evgeni Chasnovski 9530a23016
fix(intro): link showing intro to state at start
Problem: Current behavior of stateful intro message is too persistent.
  For example, it is still drawn if new empty buffer is shown in current
  window (either by explicitly setting it or after `tabnew`). Although
  the buffer is empty, the act of it being shown should be made visible.

Solution: Make intro message persist if all is true:
    - Current buffer is the same as it was just after start, i.e. empty
      nameless with initial handle (i.e. 1).
    - Current window is the same as it was just after start, i.e. single
      non-floating with initial handle.
2024-03-29 11:44:49 +02:00
..
api refactor(tests): all screen tests should use highlights 2024-03-23 13:44:35 +01:00
autocmd test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +08:00
core refactor(tests): all screen tests should use highlights 2024-03-23 13:44:35 +01:00
editor fix(edit): backspace adds extra spaces for inline virtual text (#28005) 2024-03-26 05:12:56 +08:00
ex_cmds refactor(tests): all screen tests should use highlights 2024-03-23 13:44:35 +01:00
fixtures refactor(lsp): simplify client tracking 2024-03-25 22:21:08 +00:00
legacy vim-patch:9.1.0215: Half-page scrolling does not support smooth-scrolling 2024-03-28 11:39:34 +01:00
lua test: skip another flaky test on macOS (#28087) 2024-03-29 06:26:01 +08:00
options refactor(tests): all screen tests should use highlights 2024-03-23 13:44:35 +01:00
plugin test: skip another flaky test on macOS (#28087) 2024-03-29 06:26:01 +08:00
provider fix(eval): make has('pythonx') work properly (#27739) 2024-03-05 15:54:41 +08:00
script docs: support inline markdown 2024-03-09 11:21:55 +00:00
shada test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +08:00
terminal feat(tui): query extended underline support using DECRQSS (#28052) 2024-03-28 07:39:36 +08:00
treesitter fix(treesitter): return correct match table in iter_captures() 2024-03-27 10:39:46 +00:00
ui fix(intro): link showing intro to state at start 2024-03-29 11:44:49 +02:00
vimscript refactor(tests): all screen tests should use highlights 2024-03-23 13:44:35 +01:00
example_spec.lua test: use integers for API Buffer/Window/Tabpage EXT types 2024-01-16 19:11:49 +00:00
helpers.lua fix(test): typing 2024-03-25 21:09:57 +00:00
preload.lua refactor: format test/* 2024-01-03 02:09:29 +01:00