summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-08-07 21:39:28 +0200
committerBram Moolenaar <Bram@vim.org>2018-08-07 21:39:28 +0200
commitb782ba475a3f8f2b0be99dda164ba4545347f60f (patch)
tree76e9857ad9334b0df1bf9ed2ba4a612a37ef2dff /src/version.c
parentb1cf16113f7ab67f42fb6822cecdef74a54fa950 (diff)
patch 8.1.0251: using full path is not supported for 'backupdir'v8.1.0251
Problem: Using a full path is supported for 'directory' but not for 'backupdir'. (Mikolaj Machowski) Solution: Support 'backupdir' as well. (Christian Brabandt, closes #179)
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 c9b0ec4dcb..432a7ab752 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 */
/**/
+ 251,
+/**/
250,
/**/
249,