diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2015-12-06 14:17:28 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2015-12-06 14:21:22 +0100 |
commit | b6b84cb94f2e52d4c948ba961bf7a26c84429ea5 (patch) | |
tree | 5672ed38171f104676a10b0b676b463ea4a4c23a | |
parent | 0ee33981e8967bab75427214b432e22ebcf40d6f (diff) | |
download | rneovim-b6b84cb94f2e52d4c948ba961bf7a26c84429ea5.tar.gz rneovim-b6b84cb94f2e52d4c948ba961bf7a26c84429ea5.tar.bz2 rneovim-b6b84cb94f2e52d4c948ba961bf7a26c84429ea5.zip |
Docs: remove reference to removed :shell command
References #3791.
-rw-r--r-- | runtime/doc/usr_21.txt | 4 |
1 files changed, 1 insertions, 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. |