1
0
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:
Bram Moolenaar
2020-01-01 16:18:38 +01:00
parent ea8b7aecab
commit 4b7cdca230
5 changed files with 12 additions and 3 deletions

View File

@@ -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;
}