diff options
Diffstat (limited to 'test/functional/legacy/eval_spec.lua')
-rw-r--r-- | test/functional/legacy/eval_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/eval_spec.lua b/test/functional/legacy/eval_spec.lua index fc1343bb89..c531c59fd1 100644 --- a/test/functional/legacy/eval_spec.lua +++ b/test/functional/legacy/eval_spec.lua @@ -617,9 +617,9 @@ describe('eval', function() Executing call setreg(1, 2, []) Vim(call):E730: Using a List as a String Executing call setreg("/", ["1", "2"]) - Vim(call):E883: search pattern and expression register may not contain two or more lines + Vim(call):E883: Search pattern and expression register may not contain two or more lines Executing call setreg("=", ["1", "2"]) - Vim(call):E883: search pattern and expression register may not contain two or more lines + Vim(call):E883: Search pattern and expression register may not contain two or more lines Executing call setreg(1, ["", "", [], ""]) Vim(call):E730: Using a List as a String]]) end) |