mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
Ignore compatible mode
This commit is contained in:
@@ -944,12 +944,6 @@ void intro_message(int colon)
|
||||
if (((row >= 2) && (Columns >= 50)) || colon) {
|
||||
for (i = 0; i < (int)(sizeof(lines) / sizeof(char *)); ++i) {
|
||||
p = lines[i];
|
||||
if (p == NULL) {
|
||||
if (!p_cp) {
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
if (sponsor != 0) {
|
||||
if (strstr(p, "children") != NULL) {
|
||||
|
Reference in New Issue
Block a user