You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
229 B
Diff
12 lines
229 B
Diff
--- a/src/evalfunc.c
|
|
+++ b/src/evalfunc.c
|
|
@@ -5313,6 +5313,8 @@ f_has(typval_T *argvars, typval_T *rettv
|
|
#endif
|
|
},
|
|
{"ebcdic", 0 },
|
|
+ {"android", 1},
|
|
+ {"termux", 1},
|
|
{"fname_case",
|
|
#ifndef CASE_INSENSITIVE_FILENAME
|
|
1
|