aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-31 18:18:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-31 18:18:07 +1200
commita256b2b9e745ec29ba3f27a961eafce452bdd72a (patch)
tree934685d88af8a47075e81925ee98456e61dcafae
parentUpdate README.md to reflect Vim plugin state (diff)
parentBump VERSION (diff)
downloaddotfiles-a256b2b9e745ec29ba3f27a961eafce452bdd72a.tar.gz
dotfiles-a256b2b9e745ec29ba3f27a961eafce452bdd72a.zip
Merge branch 'release/v0.37.0' into develop
* release/v0.37.0: Bump VERSION Rebuild dotfiles(7) manual from source
-rw-r--r--VERSION4
-rw-r--r--man/man7/dotfiles.7df16
2 files changed, 12 insertions, 8 deletions
diff --git a/VERSION b/VERSION
index 09daa252..8f737ff2 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.36.0
-Wed May 30 11:55:57 UTC 2018
+tejr dotfiles v0.37.0
+Thu May 31 06:17:09 UTC 2018
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index 046e35db..a30d0028 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -490,12 +490,19 @@ structures like functions, I like to implement it as a plugin in
\f[C]~/.vim/plugin\f[] and/or \f[C]~/.vim/autoload\f[].
There's documentation for each of those in \f[C]~/.vim/doc\f[].
.PP
-Any/all of those plugins may eventually be spun off into their own
-repositories in the future, but for the moment they live here.
-You can create distribution packages for them with
+They eventually get either discarded or spun off into their own
+repositories, added to this repository as submodules intead, and
+uploaded to
+vim.org (https://www.vim.org/account/profile.php?user_id=73687).
+.PP
+You can create distribution packages for whatever's still in here with
\f[C]make\ dist\-vim\-plugin\f[]; they will be created in
\f[C]vim/dist\f[].
.PP
+All plugins and colorschemes with their own repositories are installed
+as submodules in \f[C]~/.vim/bundle\f[].
+They are installed into \f[C]~/.vim\f[] as normal.
+.PP
I also define a few rules specific to file types I often edit in
\f[C]~/.vim/after/ftplugin\f[], including some local mappings for
checking, linting, and tidying, and a few more in
@@ -503,9 +510,6 @@ checking, linting, and tidying, and a few more in
There are also a few tweaks to core syntax files in
\f[C]~/.vim/after/syntax\f[], especially for shell script
(\f[C]sh.vim\f[]).
-.PP
-Third\-party plugins are in submodules in \f[C]~/.vim/bundle\f[].
-They are installed into \f[C]~/.vim\f[] as normal.
.SS Neovim
.PP
I test my configuration every now and then with the Neovim