aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core/startup_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2021-07-03 06:31:00 -0700
committerGitHub <noreply@github.com>2021-07-03 06:31:00 -0700
commit05330ba5085013663454c05d55ddb8e6c157a552 (patch)
treeb4e76676fae94e003a68a31f28490e6ebc4334b3 /test/functional/core/startup_spec.lua
parent7918072f9975cdc2589a0859de4a9584359e3dad (diff)
downloadrneovim-05330ba5085013663454c05d55ddb8e6c157a552.tar.gz
rneovim-05330ba5085013663454c05d55ddb8e6c157a552.tar.bz2
rneovim-05330ba5085013663454c05d55ddb8e6c157a552.zip
doc/startup: cleanup; assign ENN to "conflicing configs" msg (#14971)
Diffstat (limited to 'test/functional/core/startup_spec.lua')
-rw-r--r--test/functional/core/startup_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/core/startup_spec.lua b/test/functional/core/startup_spec.lua
index a70b94c0e9..997e600671 100644
--- a/test/functional/core/startup_spec.lua
+++ b/test/functional/core/startup_spec.lua
@@ -487,7 +487,7 @@ describe('user config init', function()
clear{ args_rm={'-u'}, env={ XDG_CONFIG_HOME=xconfig }}
feed('<cr>') -- TODO check this, test execution is blocked without it
eq(1, eval('g:lua_rc'))
- matches('Conflicting configs', meths.exec('messages', true))
+ matches('^E5422: Conflicting configs', meths.exec('messages', true))
end)
end)
end)