diff options
author | Daniel Hahler <git@thequod.de> | 2019-06-12 22:57:04 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-06-13 00:28:16 +0200 |
commit | 66613ace48141d71ab12de56d0b0db79f48697d9 (patch) | |
tree | 347162dea46b5fce93125751d57c3fc9305c96f1 /runtime | |
parent | 5db3be092af2853c4f45f4933494bb62249ac994 (diff) | |
download | rneovim-66613ace48141d71ab12de56d0b0db79f48697d9.tar.gz rneovim-66613ace48141d71ab12de56d0b0db79f48697d9.tar.bz2 rneovim-66613ace48141d71ab12de56d0b0db79f48697d9.zip |
vim-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 vim/vim#2793)
https://github.com/vim/vim/commit/b8e22a053b68774dfd86fd829d9dba2333f09c05
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index a0adf7ec20..82be2f9033 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -874,7 +874,9 @@ A jump table for the options with a short description can be found at |Q_op|. < Use 'backupdir' to put the backup in a different directory. *'backupskip'* *'bsk'* -'backupskip' 'bsk' string (default: "/tmp/*,$TMPDIR/*,$TMP/*,$TEMP/*") +'backupskip' 'bsk' string (default: "$TMPDIR/*,$TMP/*,$TEMP/*" + Unix: "/tmp/*,$TMPDIR/*,$TMP/*,$TEMP/*" + Mac: "/private/tmp/*,$TMPDIR/*,$TMP/*,$TEMP/*") global A list of file patterns. When one of the patterns matches with the name of the file which is written, no backup file is created. Both |