mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
fix(tui): more work in the TUI
This commit is contained in:
@@ -45,6 +45,7 @@ typedef struct {
|
||||
char *scriptin; // -s {filename}
|
||||
char *scriptout; // -w/-W {filename}
|
||||
bool scriptout_append; // append (-w) instead of overwrite (-W)
|
||||
bool had_stdin_file; // explicit - as a file to edit
|
||||
} mparm_T;
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
Reference in New Issue
Block a user