summaryrefslogtreecommitdiffstats
path: root/runtime
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 /runtime
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 'runtime')
-rw-r--r--runtime/doc/windows.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index a8797a1a2d..1c25392ccd 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -711,7 +711,6 @@ can also get to them with the buffer list commands, like ":bnext".
When using the |:tab| modifier each argument is opened in a
tab page. The last window is used if it's empty.
Also see |++opt| and |+cmd|.
- {only available when compiled with a GUI}
==============================================================================
8. Do a command in all buffers or windows *list-repeat*