mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +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:
@@ -651,7 +651,7 @@ describe('startup', function()
|
||||
screen:expect([[
|
||||
^ |
|
||||
|
|
||||
Error detected while processing pre-vimrc command line: |
|
||||
Error in pre-vimrc command line: |
|
||||
E121: Undefined variable: g:bar |
|
||||
Press ENTER or type command to continue |
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user