]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1508: the :drop command is not always available v8.0.1508
authorBram Moolenaar <Bram@vim.org>
Mon, 12 Feb 2018 21:08:06 +0000 (22:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 12 Feb 2018 21:08:06 +0000 (22:08 +0100)
commit5a656864a0610547da28e0c8c1649ecd1d782948
tree0e1ac6d440a00142418f5db8142a442e945da2de
parentbfbea567d89fdaa08ed987fd80daa53a6ce399d1
patch 8.0.1508: the :drop command is not always available

Problem:    The :drop command is not always available.
Solution:   Include :drop in all builds. (Yasuhiro Matsumoto, closes #2639)
runtime/doc/windows.txt
src/ex_cmds.c
src/ex_cmds2.c
src/ex_docmd.c
src/testdir/test_normal.vim
src/testdir/test_tabpage.vim
src/version.c