mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 01:04:10 +00:00
feat(messages): cleanup Lua error messages
"Error" in error messages is redundant. Just provide the context, don't say "Error ...".
This commit is contained in:
@@ -892,7 +892,7 @@ describe('ext_multigrid', function()
|
||||
|
|
||||
{1:~ }|*4
|
||||
## grid 3
|
||||
{14:Error detected while processing function ErrMsg:} |
|
||||
{14:Error in function ErrMsg:} |
|
||||
{19:line 2:} |
|
||||
{14:error 0} |
|
||||
{14:error 1} |
|
||||
|
||||
Reference in New Issue
Block a user