mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -04:00
patch 8.2.1697: inconsistent capitalization of error messages
Problem: Inconsistent capitalization of error messages. Solution: Always start with a capital.
This commit is contained in:
@@ -1974,7 +1974,7 @@ def Test_import_compile_error()
|
||||
source Ximport.vim
|
||||
catch /E1001/
|
||||
# Error should be fore the Xexported.vim file.
|
||||
assert_match('E1001: variable not found: notDefined', v:exception)
|
||||
assert_match('E1001: Variable not found: notDefined', v:exception)
|
||||
assert_match('function <SNR>\d\+_ImpFunc\[1\]..<SNR>\d\+_ExpFunc, line 1', v:throwpoint)
|
||||
endtry
|
||||
|
||||
|
Reference in New Issue
Block a user