summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-02-12 22:08:06 +0100
committerBram Moolenaar <Bram@vim.org>2018-02-12 22:08:06 +0100
commit5a656864a0610547da28e0c8c1649ecd1d782948 (patch)
tree0e1ac6d440a00142418f5db8142a442e945da2de /src/ex_docmd.c
parentbfbea567d89fdaa08ed987fd80daa53a6ce399d1 (diff)
patch 8.0.1508: the :drop command is not always availablev8.0.1508
Problem: The :drop command is not always available. Solution: Include :drop in all builds. (Yasuhiro Matsumoto, closes #2639)
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 3dda3c0952..5825bf1d1b 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -201,9 +201,6 @@ static void ex_wrongmodifier(exarg_T *eap);
static void ex_find(exarg_T *eap);
static void ex_open(exarg_T *eap);
static void ex_edit(exarg_T *eap);
-#if !defined(FEAT_GUI) && !defined(FEAT_CLIENTSERVER)
-# define ex_drop ex_ni
-#endif
#ifndef FEAT_GUI
# define ex_gui ex_nogui
static void ex_nogui(exarg_T *eap);