diff src/evalfunc.c @ 25060:54c0cb81e6a7 v8.2.3067

patch 8.2.3067: building fails with Athena Commit: https://github.com/vim/vim/commit/1d1ce613cdc74721499660b1d8911de164e2862d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 27 19:02:52 2021 +0200 patch 8.2.3067: building fails with Athena Problem: Building fails with Athena. (Elimar Riesebieter) Solution: Adjust #ifdefs and add the 'drop_file' feature.
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jun 2021 19:15:03 +0200
parents e321dbddc076
children 8f2262c72178
line wrap: on
line diff
--- a/src/evalfunc.c
+++ b/src/evalfunc.c
@@ -4578,6 +4578,13 @@ f_has(typval_T *argvars, typval_T *rettv
 		0
 #endif
 		},
+	{"drop_file",
+#ifdef HAVE_DROP_FILE
+		1
+#else
+		0
+#endif
+		},
 	{"emacs_tags",
 #ifdef FEAT_EMACS_TAGS
 		1