aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-16 23:04:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-16 23:04:10 +1200
commit5a2d7c57a82a17a763f904d19ea4417696c772bd (patch)
tree6dc3f88f544ffe2c65dd24463b06320e588f81d9 /doc
downloadvim-equalalways-resized-5a2d7c57a82a17a763f904d19ea4417696c772bd.tar.gz
vim-equalalways-resized-5a2d7c57a82a17a763f904d19ea4417696c772bd.zip
First versionv0.1.0
Diffstat (limited to 'doc')
-rw-r--r--doc/equalalways_resized.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/equalalways_resized.txt b/doc/equalalways_resized.txt
new file mode 100644
index 0000000..4263c39
--- /dev/null
+++ b/doc/equalalways_resized.txt
@@ -0,0 +1,21 @@
+*foldlevelstart_stdin.txt* For Vim version 7.0 Last change: 2018 Aug 16
+
+DESCRIPTION *foldlevelstart_stdin*
+
+This tiny plugin extends 'equalalways' to rebalance windows when Vim itself is
+resized.
+
+REQUIREMENTS *foldlevelstart_stdin-requirements*
+
+This plugin only loads if 'compatible' is not set. It requires the |+autocmd|
+and |+windows| features, with the |VimResized| event introduced in |version7|.
+
+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: