]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1704: 'backupskip' default doesn't work for Mac v8.0.1704
authorBram Moolenaar <Bram@vim.org>
Thu, 12 Apr 2018 19:37:34 +0000 (21:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 12 Apr 2018 19:37:34 +0000 (21:37 +0200)
commitb8e22a053b68774dfd86fd829d9dba2333f09c05
tree908dfccf2fb5c70c298fb5f0eb75f2a6c6acb4e3
parent527dec3f94c72096bf6baf4bb71f1a21dc7df89c
patch 8.0.1704: 'backupskip' default doesn't work for Mac

Problem:    'backupskip' default doesn't work for Mac.
Solution:   Use "/private/tmp". (Rainer Müller, closes #2793)
runtime/doc/options.txt
src/option.c
src/testdir/test_options.vim
src/version.c