diff runtime/doc/options.txt @ 13664:f64c5e636c9f v8.0.1704

patch 8.0.1704: 'backupskip' default doesn't work for Mac commit https://github.com/vim/vim/commit/b8e22a053b68774dfd86fd829d9dba2333f09c05 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 12 21:37:34 2018 +0200 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 https://github.com/vim/vim/issues/2793)
author Christian Brabandt <cb@256bit.org>
date Thu, 12 Apr 2018 21:45:06 +0200
parents 9eebe457eb3c
children c32e9628dc30
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1087,7 +1087,9 @@ A jump table for the options with a shor
 <	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
 			{not in Vi}
 			{not available when compiled without the |+wildignore|