aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2020-09-17 23:34:28 +0200
committerGitHub <noreply@github.com>2020-09-17 23:34:28 +0200
commit6dc815530b7b127c5b5e0912783c3f2118cb184f (patch)
tree284d2d497a27ee53593a2e69385f6627de2befc9 /src/nvim/diff.c
parent2d9ae2166470b164bfce15333c85d00b93ff83f4 (diff)
downloadrneovim-6dc815530b7b127c5b5e0912783c3f2118cb184f.tar.gz
rneovim-6dc815530b7b127c5b5e0912783c3f2118cb184f.tar.bz2
rneovim-6dc815530b7b127c5b5e0912783c3f2118cb184f.zip
buf_updates: fix updates for empty buffers (#12926)
On empty buffers, when editing the first line, the line is buffered, causing offset to be < 0. While the buffer is not actually empty, the buffered line has not been flushed (and should not be) yet, so the call is valid but an edge case.
Diffstat (limited to 'src/nvim/diff.c')
0 files changed, 0 insertions, 0 deletions