diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-12-06 10:15:13 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-12-06 10:15:13 -0500 |
commit | 618c8d0e820250ed3766169c7f1bd10342787f5b (patch) | |
tree | 8fdb05a4e076a228e4394c89a08afc5a2ffc18b4 | |
parent | 4a1c36e953559382362b79be7630a64163c43ef2 (diff) | |
parent | b6b84cb94f2e52d4c948ba961bf7a26c84429ea5 (diff) | |
download | rneovim-618c8d0e820250ed3766169c7f1bd10342787f5b.tar.gz rneovim-618c8d0e820250ed3766169c7f1bd10342787f5b.tar.bz2 rneovim-618c8d0e820250ed3766169c7f1bd10342787f5b.zip |
Merge pull request #3793 from mhinz/docs/remove-shell-cmd
Docs: remove references to removed :shell command
-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. |