mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
refactor: remove redundant struct names
A struct can be anonymous if only its typedef is used.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
#include "nvim/vim_defs.h"
|
||||
#include "nvim/window.h"
|
||||
|
||||
typedef struct insert_state {
|
||||
typedef struct {
|
||||
VimState state;
|
||||
cmdarg_T *ca;
|
||||
int mincol;
|
||||
|
Reference in New Issue
Block a user