packages/vim-python&&packages/vim

This commit is contained in:
termux-actions[bot]
2022-02-27 13:23:20 +00:00
parent 8397fe2e36
commit 8081db8c46
8 changed files with 46 additions and 56 deletions

View File

@@ -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