mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
buffer: move BUFEMPTY to a function
This commit is contained in:
@@ -6672,7 +6672,7 @@ void ex_spelldump(exarg_T *eap)
|
||||
set_option_value("spl", dummy, (char *)spl, OPT_LOCAL);
|
||||
xfree(spl);
|
||||
|
||||
if (!BUFEMPTY(curbuf)) {
|
||||
if (!buf_is_empty(curbuf)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user