mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
refactor(IWYU): move typedefs out of globals.h (#26322)
This commit is contained in:
@@ -15,8 +15,7 @@ typedef enum {
|
||||
FLUSH_INPUT, ///< flush typebuf and inchar() input
|
||||
} flush_buffers_T;
|
||||
|
||||
/// Maximum number of streams to read script from
|
||||
enum { NSCRIPT = 15, };
|
||||
enum { NSCRIPT = 15, }; ///< Maximum number of streams to read script from
|
||||
|
||||
/// Streams to read script from
|
||||
extern FileDescriptor *scriptin[NSCRIPT];
|
||||
|
Reference in New Issue
Block a user