mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
signs: Change b_signcols_max -> b_signcols_valid
b_signcols_max isn't used to store the max value, it is use to invalidate b_signcols.
This commit is contained in:
@@ -849,8 +849,8 @@ struct file_buffer {
|
||||
// may use a different synblock_T.
|
||||
|
||||
sign_entry_T *b_signlist; // list of placed signs
|
||||
int b_signcols_max; // cached maximum number of sign columns
|
||||
int b_signcols; // last calculated number of sign columns
|
||||
bool b_signcols_valid; // calculated sign columns is valid
|
||||
|
||||
Terminal *terminal; // Terminal instance associated with the buffer
|
||||
|
||||
|
Reference in New Issue
Block a user