aboutsummaryrefslogtreecommitdiff
path: root/test/functional/options/mousescroll_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/options/mousescroll_spec.lua')
-rw-r--r--test/functional/options/mousescroll_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/options/mousescroll_spec.lua b/test/functional/options/mousescroll_spec.lua
index 5bff45a836..38a9692792 100644
--- a/test/functional/options/mousescroll_spec.lua
+++ b/test/functional/options/mousescroll_spec.lua
@@ -20,7 +20,7 @@ end
describe("'mousescroll'", function()
local invalid_arg = 'Vim(set):E474: Invalid argument: mousescroll='
- local digit_expected = 'Vim(set):E548: digit expected: mousescroll='
+ local digit_expected = 'Vim(set):E5080: Digit expected: mousescroll='
local function should_fail(val, errorstr)
eq(errorstr..val, exc_exec('set mousescroll='..val))