Formatting nit
[termux-packages] / packages / vim / os_unix.h.patch
CommitLineData
59f0d218
FF
1diff -u -r ../cache/vim-hg/src/os_unix.h ./src/os_unix.h
2--- ../cache/vim-hg/src/os_unix.h 2014-12-29 03:45:05.856110254 -0500
3+++ ./src/os_unix.h 2015-01-01 15:57:52.364319949 -0500
4@@ -399,7 +399,7 @@
5 # ifdef VMS
6 # define DFLT_DIR "./,sys$login:,tmp:"
7 # else
8-# define DFLT_DIR ".,~/tmp,/var/tmp,/tmp" /* default for 'directory' */
9+# define DFLT_DIR ".,~/tmp,@TERMUX_PREFIX@/var/tmp,@TERMUX_PREFIX@/tmp" /* default for 'directory' */
10 # endif
11 # endif
12 #endif