forked from aniani/vim
patch 8.2.3067: building fails with Athena
Problem: Building fails with Athena. (Elimar Riesebieter) Solution: Adjust #ifdefs and add the 'drop_file' feature.
This commit is contained in:
@@ -4576,6 +4576,13 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
1
|
||||
#else
|
||||
0
|
||||
#endif
|
||||
},
|
||||
{"drop_file",
|
||||
#ifdef HAVE_DROP_FILE
|
||||
1
|
||||
#else
|
||||
0
|
||||
#endif
|
||||
},
|
||||
{"emacs_tags",
|
||||
|
||||
Reference in New Issue
Block a user