summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-11 14:28:11 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-11 14:28:11 +0200
commitaab9fada4a9b9725ff42dffe9c7daff20f0fd85f (patch)
treed2c3d88b28befcefbfd4c44f3d49395dd99c41c3 /src/version.c
parentef16c90423ae579927e6294c1ccfd17c5a1c113c (diff)
patch 8.2.1832: readdirex() error is displayed as a messagev8.2.1832
Problem: readdirex() error is displayed as a message. (Yegappan Lakshmanan) Solution: Use semsg() instead of smsg().
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index b3cbf811b8..6368b5e5b9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1832,
+/**/
1831,
/**/
1830,