summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-27 15:00:36 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-27 15:00:36 +0100
commit2e0500921891e4fec57e97d3c0021aa2d2b4d7ae (patch)
treece0c7e1272e908894f796205fd363537dd2e26c0 /src/version.c
parent0eb220c03057096a26dda9c5544b362dce6df4d7 (diff)
downloadvim-git-2e0500921891e4fec57e97d3c0021aa2d2b4d7ae.tar.gz
patch 8.1.0832: confirm() is not testedv8.1.0832
Problem: confirm() is not tested. Solution: Add a test. (Dominique Pelle, closes #3868)
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 1e5f7e3b6..fc8fe1b29 100644
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 832,
+/**/
831,
/**/
830,