From b6b84cb94f2e52d4c948ba961bf7a26c84429ea5 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 6 Dec 2015 14:17:28 +0100 Subject: Docs: remove reference to removed :shell command References #3791. --- runtime/doc/usr_21.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/runtime/doc/usr_21.txt b/runtime/doc/usr_21.txt index bdff81ef69..f99c3263d0 100644 --- a/runtime/doc/usr_21.txt +++ b/runtime/doc/usr_21.txt @@ -70,9 +70,7 @@ difference. Without it executes the program normally, with the range a number of text lines is filtered through the program. Executing a whole row of programs this way is possible. But a shell is much -better at it. You can start a new shell this way: > - - :shell +better at it. You can start a new shell with |:terminal|. This is similar to using CTRL-Z to suspend Vim. The difference is that a new shell is started. -- cgit