mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macro
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
// for String
|
||||
#include "nvim/api/private/defs.h"
|
||||
|
||||
#define MODIFIABLE(buf) (buf->b_p_ma)
|
||||
|
||||
/*
|
||||
* Flags for w_valid.
|
||||
* These are set when something in a window structure becomes invalid, except
|
||||
|
Reference in New Issue
Block a user