mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
buffer: move BUFEMPTY to a function
This commit is contained in:
@@ -2669,7 +2669,7 @@ void ex_diffgetput(exarg_T *eap)
|
||||
}
|
||||
}
|
||||
|
||||
buf_empty = BUFEMPTY(curbuf);
|
||||
buf_empty = buf_is_empty(curbuf);
|
||||
added = 0;
|
||||
|
||||
for (i = 0; i < count; ++i) {
|
||||
|
Reference in New Issue
Block a user