aboutsummaryrefslogtreecommitdiff
path: root/doc/foldlevelstart_stdin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/foldlevelstart_stdin.txt')
-rw-r--r--doc/foldlevelstart_stdin.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/foldlevelstart_stdin.txt b/doc/foldlevelstart_stdin.txt
index 33a48f6..0e9b95c 100644
--- a/doc/foldlevelstart_stdin.txt
+++ b/doc/foldlevelstart_stdin.txt
@@ -1,15 +1,13 @@
-*foldlevelstart_stdin.txt* For Vim version 7.0 Last change: 2018 Aug 16
+*foldlevelstart_stdin.txt* For Vim version 7.0 Last change: 2019 May 28
DESCRIPTION *foldlevelstart_stdin*
This tiny plugin sets 'foldlevel' to 'foldlevelstart' after reading from
-standard input, which Vim doesn't do by default.
+standard input with |--|, which Vim doesn't do by default.
REQUIREMENTS *foldlevelstart_stdin-requirements*
-This plugin only loads if 'compatible' is not set. It requires the |+autocmd|
-and |+folding| features, with the |StdinReadPre| event introduced in
-|version7|.
+This plugin only loads if 'compatible' is not set.
AUTHOR *foldlevelstart_stdin-author*