forked from aniani/vim
patch 8.2.0074: Python 3 unicode test someitmes fails
Problem: Python 3 unicode test someitmes fails. Solution: Make 'termencoding' empty. Correct number of error message.
This commit is contained in:
@@ -1218,7 +1218,7 @@ del_bytes(
|
||||
// If "count" is negative the caller must be doing something wrong.
|
||||
if (count < 1)
|
||||
{
|
||||
siemsg("E950: Invalid count for del_bytes(): %ld", count);
|
||||
siemsg("E292: Invalid count for del_bytes(): %ld", count);
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user