aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-16 23:17:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-16 23:17:13 +1200
commit9fa2a475258563d85a75671329451c18b5ca44df (patch)
tree3f294e1bf25b80fb0eaf64266fab0a81b92dd406
parentFirst version (diff)
parentBump VERSION (diff)
downloadvim-equalalways-resized-9fa2a475258563d85a75671329451c18b5ca44df.tar.gz
vim-equalalways-resized-9fa2a475258563d85a75671329451c18b5ca44df.zip
Merge branch 'hotfix/v0.1.1'v0.1.1
* hotfix/v0.1.1: Bump VERSION Correct help tags
-rw-r--r--VERSION2
-rw-r--r--doc/equalalways_resized.txt10
2 files changed, 6 insertions, 6 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/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|).