mirror of
https://github.com/neovim/neovim.git
synced 2026-05-21 04:14:16 +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.