mirror of
https://github.com/neovim/neovim.git
synced 2026-05-28 15:55:34 +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.