aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-16 23:18:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-16 23:18:21 +1200
commitf3de657d13e0a341a0a489b8598418b5175b4b87 (patch)
tree12176810ddfaece25c47ceebb3138a27f2853524
parentFirst version (diff)
downloadvim-foldlevelstart-stdin-f3de657d13e0a341a0a489b8598418b5175b4b87.tar.gz
vim-foldlevelstart-stdin-f3de657d13e0a341a0a489b8598418b5175b4b87.zip
Documentation corrections
-rw-r--r--doc/foldlevelstart_stdin.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/foldlevelstart_stdin.txt b/doc/foldlevelstart_stdin.txt
index 97945c3..9ac8ab2 100644
--- a/doc/foldlevelstart_stdin.txt
+++ b/doc/foldlevelstart_stdin.txt
@@ -7,8 +7,9 @@ standard input, 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 Vim.
+This plugin only loads if 'compatible' is not set. It requires the |+autocmd|
+and |+folding| features, with the |StdinReadPre| event introduced in
+|version7|.
AUTHOR *foldlevelstart_stdin-author*