aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-09 17:40:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-09 17:40:25 +1200
commit877590410ad9b7e681a20b12ecbacab8172052f0 (patch)
tree99d24e1e7342b428d908ca38f6855f993f134f72
parentMerge branch 'hotfix/v0.1.1' into develop (diff)
downloadvim-foldlevelstart-stdin-877590410ad9b7e681a20b12ecbacab8172052f0.tar.gz
vim-foldlevelstart-stdin-877590410ad9b7e681a20b12ecbacab8172052f0.zip
Switch to two-spacing
-rw-r--r--README.md2
-rw-r--r--doc/foldlevelstart_stdin.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3087e91..90d50e5 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ standard input, which Vim doesn't do by default.
License
-------
-Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
See `:help license`.
[1]: https://sanctum.geek.nz/
diff --git a/doc/foldlevelstart_stdin.txt b/doc/foldlevelstart_stdin.txt
index 9ac8ab2..33a48f6 100644
--- a/doc/foldlevelstart_stdin.txt
+++ b/doc/foldlevelstart_stdin.txt
@@ -7,7 +7,7 @@ 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|
+This plugin only loads if 'compatible' is not set. It requires the |+autocmd|
and |+folding| features, with the |StdinReadPre| event introduced in
|version7|.