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

13 lines
491 B
Diff
Raw Permalink Normal View History

diff -uNr vim-8.2.0000/src/os_unix.h vim-8.2.0000.mod/src/os_unix.h
--- vim-8.2.0000/src/os_unix.h 2019-12-12 15:18:35.000000000 +0200
+++ vim-8.2.0000.mod/src/os_unix.h 2019-12-20 19:27:51.141441414 +0200
@@ -350,7 +350,7 @@
2016-01-05 03:08:49 +01:00
# ifdef VMS
# define DFLT_DIR "./,sys$login:,tmp:"
# else
2019-12-20 18:28:48 +01:00
-# define DFLT_DIR ".,~/tmp,/var/tmp,/tmp" // default for 'directory'
+# define DFLT_DIR ".,~/tmp,@TERMUX_PREFIX@/tmp,@TERMUX_PREFIX@/var/tmp" // default for 'directory'
2015-09-15 02:24:25 +02:00
# endif
#endif
2016-01-05 03:08:49 +01:00