mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
refactor: remove B_SPELL macro (#26063)
This commit is contained in:
@@ -334,7 +334,7 @@ int ml_open(buf_T *buf)
|
||||
// Only works when there's a swapfile, otherwise it's done when the file
|
||||
// is created.
|
||||
mf_put(mfp, hp, true, false);
|
||||
if (!buf->b_help && !B_SPELL(buf)) {
|
||||
if (!buf->b_help && !buf->b_spell) {
|
||||
(void)mf_sync(mfp, 0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user