commit | e83cca291112ea66f49079975e102ee36a47a24e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 07 18:53:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 07 18:53:21 2020 +0200 |
tree | 313fb36ab531a6f2b5c981f920c09aa31212165c | |
parent | 44d6652d561d628d12e3ff7f6636ea7d1f805ced [diff] [blame] |
patch 8.2.1633: some error messages are internal but do not use iemsg() Problem: Some error messages are internal but do not use iemsg(). Solution: Use iemsg(). (Dominique Pellé, closes #6894)
diff --git a/src/version.c b/src/version.c index 2a13bf3..1b91560 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1633, +/**/ 1632, /**/ 1631,