mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
API: Implement buffer updates
Originally written by @phodge in https://github.com/neovim/neovim/pull/5269.
This commit is contained in:
@@ -2344,7 +2344,7 @@ void ex_diffgetput(exarg_T *eap)
|
||||
}
|
||||
}
|
||||
}
|
||||
changed_lines(lnum, 0, lnum + count, (long)added);
|
||||
changed_lines(lnum, 0, lnum + count, (long)added, true);
|
||||
|
||||
if (dfree != NULL) {
|
||||
// Diff is deleted, update folds in other windows.
|
||||
|
Reference in New Issue
Block a user