mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.2766: test failure
Problem: Test failure. Solution: Add change to Vim9 compilation error message.
This commit is contained in:
@@ -6472,7 +6472,7 @@ compile_assignment(char_u *arg, exarg_T *eap, cmdidx_T cmdidx, cctx_T *cctx)
|
||||
goto theend;
|
||||
if (range)
|
||||
{
|
||||
semsg(_(e_cannot_use_range_with_assignment_str),
|
||||
semsg(_(e_cannot_use_range_with_assignment_operator_str),
|
||||
var_start);
|
||||
return FAIL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user