vim: Update from 8.0.1700 to 8.0.1750

This commit is contained in:
Fredrik Fornwall
2018-04-26 22:39:01 +02:00
parent 2e96ca9916
commit 7111d49806
4 changed files with 20 additions and 20 deletions

View File

@@ -1,12 +1,12 @@
diff -u -r ../cache/vim-hg/src/option.c ./src/option.c
--- ../cache/vim-hg/src/option.c 2014-12-29 03:45:05.848110254 -0500
+++ ./src/option.c 2015-01-01 15:57:05.028319916 -0500
@@ -3173,7 +3173,7 @@
mustfree = FALSE;
# ifdef UNIX
if (*names[n] == NUL)
diff -u -r ../vim-8.0.1750/src/option.c ./src/option.c
--- ../vim-8.0.1750/src/option.c 2018-04-23 21:29:48.000000000 +0200
+++ ./src/option.c 2018-04-26 22:18:46.227593576 +0200
@@ -3413,7 +3413,7 @@
# ifdef MACOS_X
p = (char_u *)"/private/tmp";
# else
- p = (char_u *)"/tmp";
+ p = (char_u *)"@TERMUX_PREFIX@/tmp";
# endif
else
# endif
p = vim_getenv((char_u *)names[n], &mustfree);