diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-08-16 22:21:34 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-08-16 22:21:34 +1200 |
commit | 77d9d2c3ee865f6334ffda5d665ecb6cdf0541cd (patch) | |
tree | 25eb88c2ff5b4c4c497c127d3eb6a00c838a9807 /doc | |
download | vim-foldlevelstart-stdin-77d9d2c3ee865f6334ffda5d665ecb6cdf0541cd.tar.gz vim-foldlevelstart-stdin-77d9d2c3ee865f6334ffda5d665ecb6cdf0541cd.zip |
First versionv0.1.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/foldlevelstart_stdin.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/foldlevelstart_stdin.txt b/doc/foldlevelstart_stdin.txt new file mode 100644 index 0000000..97945c3 --- /dev/null +++ b/doc/foldlevelstart_stdin.txt @@ -0,0 +1,21 @@ +*foldlevelstart_stdin.txt* For Vim version 7.0 Last change: 2018 Aug 16 + +DESCRIPTION *foldlevelstart_stdin* + +This tiny plugin sets 'foldlevel' to 'foldlevelstart' after reading from +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. + +AUTHOR *foldlevelstart_stdin-author* + +Written and maintained by Tom Ryder <tom@sanctum.geek.nz>. + +LICENSE *foldlevelstart_stdin-license* + +Licensed for distribution under the same terms as Vim itself (see |license|). + + vim:tw=78:ts=8:ft=help:norl: |