commit | f5a5116a96b1877c3f44e7bae288fd6603151eb1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 12:58:18 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 12:58:18 2021 +0100 |
tree | 3adebbf60556a14dd53917d23461aa0f2f98d4f9 | |
parent | 038e09ee7645731de0296d255aabb17603276443 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e8c286b..fb3a50a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2469, +/**/ 2468, /**/ 2467,