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:
@@ -157,7 +157,7 @@ typedef struct ff_visited_list_hdr {
|
||||
// ffsc_stopdirs_v: array of stop directories for upward search
|
||||
// ffsc_find_what: FINDFILE_BOTH, FINDFILE_DIR or FINDFILE_FILE
|
||||
// ffsc_tagfile: searching for tags file, don't use 'suffixesadd'
|
||||
typedef struct ff_search_ctx_T {
|
||||
typedef struct {
|
||||
ff_stack_T *ffsc_stack_ptr;
|
||||
ff_visited_list_hdr_T *ffsc_visited_list;
|
||||
ff_visited_list_hdr_T *ffsc_dir_visited_list;
|
||||
|
Reference in New Issue
Block a user