diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-08-07 21:39:28 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-08-07 21:39:28 +0200 |
commit | b782ba475a3f8f2b0be99dda164ba4545347f60f (patch) | |
tree | 76e9857ad9334b0df1bf9ed2ba4a612a37ef2dff /src/Make_all.mak | |
parent | b1cf16113f7ab67f42fb6822cecdef74a54fa950 (diff) | |
download | vim-git-b782ba475a3f8f2b0be99dda164ba4545347f60f.tar.gz |
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/Make_all.mak')
-rw-r--r-- | src/Make_all.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_all.mak b/src/Make_all.mak index 9831f7b04..49ad4f0af 100644 --- a/src/Make_all.mak +++ b/src/Make_all.mak @@ -12,6 +12,7 @@ NEW_TESTS = \ test_autocmd \ test_autoload \ test_backspace_opt \ + test_backup \ test_blockedit \ test_breakindent \ test_bufline \ |