mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove ole
This commit is contained in:
parent
84b06b77bd
commit
f226a4c2cd
@ -10290,9 +10290,6 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
||||
#endif
|
||||
"multi_byte",
|
||||
"multi_lang",
|
||||
#ifdef FEAT_OLE
|
||||
"ole",
|
||||
#endif
|
||||
"path_extra",
|
||||
"persistent_undo",
|
||||
"postscript",
|
||||
|
@ -2224,10 +2224,6 @@ static void usage(void)
|
||||
main_msg(_("--\t\t\tOnly file names after this"));
|
||||
#if (!defined(UNIX) && !defined(__EMX__)) || defined(ARCHIE)
|
||||
main_msg(_("--literal\t\tDon't expand wildcards"));
|
||||
#endif
|
||||
#ifdef FEAT_OLE
|
||||
main_msg(_("-register\t\tRegister this gvim for OLE"));
|
||||
main_msg(_("-unregister\t\tUnregister gvim for OLE"));
|
||||
#endif
|
||||
main_msg(_("-v\t\t\tVi mode (like \"vi\")"));
|
||||
main_msg(_("-e\t\t\tEx mode (like \"ex\")"));
|
||||
|
Loading…
Reference in New Issue
Block a user