rcfile: actually don't try to open things that cannot be syntax files
Этот коммит содержится в:
родитель
281a56fb74
Коммит
1762920808
@ -539,6 +539,7 @@ static void parse_one_include(char *file)
|
||||
rcfile_error(S_ISDIR(rcinfo.st_mode) ?
|
||||
_("\"%s\" is a directory") :
|
||||
_("\"%s\" is a device file"), file);
|
||||
return;
|
||||
}
|
||||
|
||||
/* Open the included syntax file. */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user