1
0
forked from aniani/vim

patch 8.0.0539: startup test fails on Mac

Problem:    Startup test fails on Mac.
Solution:   Use another term name, "unknown" is known. Avoid a 2 second delay.
This commit is contained in:
Bram Moolenaar
2017-04-02 17:21:16 +02:00
parent 85045a73db
commit 08f88b139d
5 changed files with 15 additions and 2 deletions

View File

@@ -1012,6 +1012,15 @@ common_init(mparm_T *paramp)
#endif
}
/*
* Return TRUE when the --not-a-term argument was found.
*/
int
is_not_a_term()
{
return params.not_a_term;
}
/*
* Main loop: Execute Normal mode commands until exiting Vim.
* Also used to handle commands in the command-line window, until the window