summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-11 14:58:46 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-11 14:58:46 +0200
commit204ade6bcb85f48f56e52e040d1ebf40548d92be (patch)
tree78cd92f369b078b79881d89201cac75a3e586db6 /src/version.c
parentaab9fada4a9b9725ff42dffe9c7daff20f0fd85f (diff)
patch 8.2.1833: when reading from stdin dup() is called twicev8.2.1833
Problem: When reading from stdin dup() is called twice. Solution: Remove the dup() in main.c. (Ken Takata, closes #7110)
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 6368b5e5b9..43613450cd 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 */
/**/
+ 1833,
+/**/
1832,
/**/
1831,