commit | aab9fada4a9b9725ff42dffe9c7daff20f0fd85f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 11 14:28:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 11 14:28:11 2020 +0200 |
tree | d2c3d88b28befcefbfd4c44f3d49395dd99c41c3 | |
parent | ef16c90423ae579927e6294c1ccfd17c5a1c113c [diff] [blame] |
patch 8.2.1832: readdirex() error is displayed as a message Problem: readdirex() error is displayed as a message. (Yegappan Lakshmanan) Solution: Use semsg() instead of smsg().
diff --git a/src/version.c b/src/version.c index b3cbf81..6368b5e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1832, +/**/ 1831, /**/ 1830,