file: Update from 5.32 to 5.33
[termux-packages] / packages / vim / os_unix.h.patch
1 diff -u -r ../vim-7.4.1049/src/os_unix.h ./src/os_unix.h
2 --- ../vim-7.4.1049/src/os_unix.h 2016-01-04 06:45:29.000000000 -0500
3 +++ ./src/os_unix.h 2016-01-04 11:23:21.698790120 -0500
4 @@ -368,7 +368,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