mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
refactor: remove redundant struct names
A struct can be anonymous if only its typedef is used.
This commit is contained in:
@@ -31,7 +31,7 @@ struct keyentry {
|
||||
};
|
||||
|
||||
// Struct used to store one state of the state stack.
|
||||
typedef struct buf_state {
|
||||
typedef struct {
|
||||
int bs_idx; // index of pattern
|
||||
int bs_flags; // flags for pattern
|
||||
int bs_seqnr; // stores si_seqnr
|
||||
|
Reference in New Issue
Block a user