Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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)
- Loading branch information
Showing
with
25 additions
and 1 deletion.
- +3 −1 runtime/doc/options.txt
- +4 −0 src/option.c
- +16 −0 src/testdir/test_options.vim
- +2 −0 src/version.c