aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-16 23:18:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-16 23:18:45 +1200
commit5960c5dad48258aa14c623fc6572f867585d1c14 (patch)
tree641dd482b279cf92777e202ba25a4830102b7ed0
parentFirst version (diff)
parentBump VERSION (diff)
downloadvim-foldlevelstart-stdin-5960c5dad48258aa14c623fc6572f867585d1c14.tar.gz
vim-foldlevelstart-stdin-5960c5dad48258aa14c623fc6572f867585d1c14.zip
Merge branch 'hotfix/v0.1.1'v0.1.1
* hotfix/v0.1.1: Bump VERSION Documentation corrections
-rw-r--r--VERSION2
-rw-r--r--doc/foldlevelstart_stdin.txt5
2 files changed, 4 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 6e8bf73..17e51c3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.0
+0.1.1
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*