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/Make_all.mak b/src/Make_all.mak index 9831f7b..49ad4f0 100644 --- a/src/Make_all.mak +++ b/src/Make_all.mak
@@ -12,6 +12,7 @@ test_autocmd \ test_autoload \ test_backspace_opt \ + test_backup \ test_blockedit \ test_breakindent \ test_bufline \