mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 12:49:11 +00:00
Problem:
FAILED …/terminal/buffer_spec.lua @ 348: :terminal buffer is refreshed with partial mappings in Normal mode
…/terminal/buffer_spec.lua:348: Row 2 did not match.
Expected:
|tty ready |
|*^jjjjjjjjjj |
| |
| |
| |
| |
| |
Actual:
|tty ready |
|*^jjjjjjjjj |
| |
| |
| |
| |
| |
Solution:
Increase sleep time.