aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-28 23:07:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-28 23:07:20 +1200
commit2ed276c5e70bb3dabcb86a57e22c3703d9b44cd1 (patch)
treebeb4c1994389c5c751d916f5d9e665174dac1767 /doc
parentMerge branch 'release/v0.2.0' (diff)
parentBump VERSION (diff)
downloadvim-foldlevelstart-stdin-master.tar.gz
vim-foldlevelstart-stdin-master.zip
Merge branch 'release/v1.0.0'HEADv1.0.0master
* release/v1.0.0: Pare down to single command
Diffstat (limited to 'doc')
-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*