aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
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