mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
parent
7f66fdb54d
commit
643ba06d4d
@ -121,6 +121,7 @@ int main(int argc, char **argv)
|
||||
fprintf(stderr, "Unknown first argument: %s\n", argv[1]);
|
||||
return 3;
|
||||
}
|
||||
wait(); // Flush stdout.
|
||||
return 0;
|
||||
} else if (argc == 1) {
|
||||
fprintf(stderr, "ready $ ");
|
||||
|
Loading…
Reference in New Issue
Block a user