aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-16 23:16:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-16 23:16:51 +1200
commit4dfa73fc09ac111b824660d1b7441b5bc997ab63 (patch)
tree31826082da02a9fb47fbc5d67b3c0602d8b491f2
parentFirst version (diff)
downloadvim-equalalways-resized-4dfa73fc09ac111b824660d1b7441b5bc997ab63.tar.gz
vim-equalalways-resized-4dfa73fc09ac111b824660d1b7441b5bc997ab63.zip
Correct help tags
-rw-r--r--doc/equalalways_resized.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/equalalways_resized.txt b/doc/equalalways_resized.txt
index 4263c39..3a67467 100644
--- a/doc/equalalways_resized.txt
+++ b/doc/equalalways_resized.txt
@@ -1,20 +1,20 @@
-*foldlevelstart_stdin.txt* For Vim version 7.0 Last change: 2018 Aug 16
+*equalalways_resized.txt* For Vim version 7.0 Last change: 2018 Aug 16
-DESCRIPTION *foldlevelstart_stdin*
+DESCRIPTION *equalalways_resized*
This tiny plugin extends 'equalalways' to rebalance windows when Vim itself is
resized.
-REQUIREMENTS *foldlevelstart_stdin-requirements*
+REQUIREMENTS *equalalways_resized-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*
+AUTHOR *equalalways_resized-author*
Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.
-LICENSE *foldlevelstart_stdin-license*
+LICENSE *equalalways_resized-license*
Licensed for distribution under the same terms as Vim itself (see |license|).