mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:8.2.4890: inconsistent capitalization in error messages
Problem: Inconsistent capitalization in error messages.
Solution: Make capitalization consistent. (Doug Kearns)
cf030578b2
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user