diff src/version.c @ 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 5eac31544dd0
children 57da3d873f20
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1704,
+/**/
     1703,
 /**/
     1702,