From f3de657d13e0a341a0a489b8598418b5175b4b87 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 16 Aug 2018 23:18:21 +1200 Subject: Documentation corrections --- doc/foldlevelstart_stdin.txt | 5 +++-- 1 file 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* -- cgit v1.2.3 From e8ebe5b25b8da5918a32f4824060519978dab83a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 16 Aug 2018 23:18:32 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 6e8bf73..17e51c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 -- cgit v1.2.3