mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 05:46:12 +00:00
refactor: remove redundant struct names
A struct can be anonymous if only its typedef is used.
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
#include "nvim/ui.h"
|
||||
#include "nvim/vim_defs.h"
|
||||
|
||||
typedef struct terminal_state {
|
||||
typedef struct {
|
||||
VimState state;
|
||||
Terminal *term;
|
||||
int save_rd; // saved value of RedrawingDisabled
|
||||
|
Reference in New Issue
Block a user