termux-packages/packages/vim/os_unix.h.patch

13 lines
474 B
Diff
Raw Normal View History

2016-01-05 03:08:49 +01:00
diff -u -r ../vim-7.4.1049/src/os_unix.h ./src/os_unix.h
--- ../vim-7.4.1049/src/os_unix.h 2016-01-04 06:45:29.000000000 -0500
+++ ./src/os_unix.h 2016-01-04 11:23:21.698790120 -0500
@@ -368,7 +368,7 @@
# ifdef VMS
# define DFLT_DIR "./,sys$login:,tmp:"
# else
-# define DFLT_DIR ".,~/tmp,/var/tmp,/tmp" /* default for 'directory' */
+# define DFLT_DIR ".,~/tmp,@TERMUX_PREFIX@/var/tmp,@TERMUX_PREFIX@/tmp" /* default for 'directory' */
2015-06-13 01:03:31 +02:00
# endif
#endif
2016-01-05 03:08:49 +01:00