summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-10 21:15:40 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-10 21:15:40 +0200
commitc93262b2e3fb043c685bd4014a35a29111dea484 (patch)
tree11cdf6eb664b9164279d70f7ea3bdcd10bd5517a /src/version.c
parentf29c1c6aa3f365c025890fab5fb9efbe88eb1761 (diff)
patch 8.1.0363: internal diff isn't used by default as advertisedv8.1.0363
Problem: Internal diff isn't used by default as advertised. Solution: Add "internal" to the default value of 'diffopt'. Also add couple of files missing from the distribution.
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 13c61b86a6..853c86f588 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 363,
+/**/
362,
/**/
361,