1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-20 15:17:06 +00:00
termux-packages/packages/vim/src-os_unix.h.patch
Tee KOBAYASHI 17daad4316 vim: Fix suspending with Ctrl+Z
Effectively reverts commit 17b1dff42b.
2022-02-27 22:00:48 +09:00

13 lines
491 B
Diff

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 @@
# 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@/tmp,@TERMUX_PREFIX@/var/tmp" // default for 'directory'
# endif
#endif