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
|