aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index caa14a480b..e5b0819d12 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -37,9 +37,9 @@ module.nvim_argv = {
runtime_set,
'--cmd',
module.nvim_set,
- -- Remove default mappings.
+ -- Remove default user commands and mappings.
'--cmd',
- 'mapclear | mapclear!',
+ 'comclear | mapclear | mapclear!',
-- Make screentest work after changing to the new default color scheme
-- Source 'vim' color scheme without side effects
-- TODO: rewrite tests