mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 03:43:25 +00:00
vim-python: sync patches with vim
all that was missing was src-evalfunc.c.patch
This commit is contained in:
13
packages/vim-python/src-evalfunc.c.patch
Normal file
13
packages/vim-python/src-evalfunc.c.patch
Normal 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
|
||||
Reference in New Issue
Block a user