1
0
forked from aniani/vim

patch 8.2.2469: confusing error if :winsize has a wrong argument

Problem:    Confusing error if :winsize has a wrong argument.
Solution:   Quote the argument in the error. (closes #2523)
This commit is contained in:
Bram Moolenaar
2021-02-06 12:58:18 +01:00
parent 038e09ee76
commit f5a5116a96
3 changed files with 10 additions and 0 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2469,
/**/
2468,
/**/