doc/startup: cleanup; assign ENN to "conflicing configs" msg (#14971)

This commit is contained in:
Justin M. Keyes
2021-07-03 06:31:00 -07:00
committed by GitHub
parent 7918072f99
commit 05330ba508
4 changed files with 32 additions and 44 deletions

View File

@@ -1816,7 +1816,8 @@ static bool do_user_initialization(void)
char_u *vimrc_path = (char_u *)stdpaths_user_conf_subpath("init.vim");
if (os_path_exists(vimrc_path)) {
EMSG3(_("Conflicting configs: \"%s\" \"%s\""), init_lua_path, vimrc_path);
EMSG3(_("E5422: Conflicting configs: \"%s\" \"%s\""), init_lua_path,
vimrc_path);
}
xfree(vimrc_path);