mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-14 05:40:52 +00:00
vim: Update from 8.0.1700 to 8.0.1750
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user