commit | b782ba475a3f8f2b0be99dda164ba4545347f60f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 21:39:28 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 21:39:28 2018 +0200 |
tree | 76e9857ad9334b0df1bf9ed2ba4a612a37ef2dff | |
parent | b1cf16113f7ab67f42fb6822cecdef74a54fa950 [diff] [blame] |
patch 8.1.0251: using full path is not supported for 'backupdir' Problem: Using a full path is supported for 'directory' but not for 'backupdir'. (Mikolaj Machowski) Solution: Support 'backupdir' as well. (Christian Brabandt, closes #179)
diff --git a/src/version.c b/src/version.c index c9b0ec4..432a7ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 251, +/**/ 250, /**/ 249,