mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-23 12:10:15 +00:00
packages/vim-python&&packages/vim
This commit is contained in:
@@ -1,17 +1,7 @@
|
||||
--- a/src/os_unix.h
|
||||
+++ b/src/os_unix.h
|
||||
@@ -138,6 +138,10 @@
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
+#ifdef __ANDROID__
|
||||
+#undef SIGTSTP
|
||||
+#endif
|
||||
+
|
||||
#if defined(DIRSIZ) && !defined(MAXNAMLEN)
|
||||
# define MAXNAMLEN DIRSIZ
|
||||
#endif
|
||||
@@ -356,7 +360,7 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user