aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorJoseph Anthony Pasquale Holsten <joseph@josephholsten.com>2014-09-27 00:59:54 +0000
committerJustin M. Keyes <justinkz@gmail.com>2014-10-06 16:25:53 -0400
commitae743f87661dba80d89f45a63b998af05ef89935 (patch)
tree63cec9ae21f6710be4810798f3d00cfe4838cd4d /runtime/doc/change.txt
parent5e65e3eae079d4765124ce791ce79649444ca403 (diff)
downloadrneovim-ae743f87661dba80d89f45a63b998af05ef89935.tar.gz
rneovim-ae743f87661dba80d89f45a63b998af05ef89935.tar.bz2
rneovim-ae743f87661dba80d89f45a63b998af05ef89935.zip
Removes shelltype option and all revelant doc. #1249
Fixes #1240
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 66e69d4ffc..3b63de503e 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -506,9 +506,9 @@ some text through a filter, so that it is replaced by the filter output.
Examples of filters are "sort", which sorts lines alphabetically, and
"indent", which formats C program files (you need a version of indent that
works like a filter; not all versions do). The 'shell' option specifies the
-shell Vim uses to execute the filter command (See also the 'shelltype'
-option). You can repeat filter commands with ".". Vim does not recognize a
-comment (starting with '"') after the `:!` command.
+shell Vim uses to execute the filter command. You can repeat filter commands
+with ".". Vim does not recognize a comment (starting with '"') after the
+`:!` command.
*!*
!{motion}{filter} Filter {motion} text lines through the external