vim-python: sync patches with vim

all that was missing was src-evalfunc.c.patch
This commit is contained in:
Lucy Phipps
2021-10-21 06:56:07 +01:00
parent baa00e1bcb
commit 34676f22bf
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/src/evalfunc.c b/src/evalfunc.c
index 16d9be3..cec0e4f 100644
--- a/src/evalfunc.c
+++ b/src/evalfunc.c
@@ -4922,6 +4922,8 @@ f_has(typval_T *argvars, typval_T *rettv)
0
#endif
},
+ {"android", 1},
+ {"termux", 1},
{"fname_case",
#ifndef CASE_INSENSITIVE_FILENAME
1