mirror of
https://github.com/neovim/neovim.git
synced 2026-06-08 04:54:25 +00:00
Problem: Opening a terminal on an empty buffer produces a spurious
buffer update event.
Solution: Don't call deleted_lines_buf() if no lines have been deleted.