mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
doc/startup: cleanup; assign ENN to "conflicing configs" msg (#14971)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user