mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
refactor: remove redundant struct names
A struct can be anonymous if only its typedef is used.
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
#include "nvim/vim_defs.h"
|
||||
#include "nvim/window.h"
|
||||
|
||||
typedef struct normal_state {
|
||||
typedef struct {
|
||||
VimState state;
|
||||
bool command_finished;
|
||||
bool ctrl_w;
|
||||
|
Reference in New Issue
Block a user