aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-19 23:44:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-19 23:44:32 +1300
commit83338f583b1b3d441ed778306fd393e948a365d8 (patch)
tree093c2479feb70548882938177d0edb95d47056e9
parentMerge branch 'feature/vim-loclist' into develop (diff)
parentRebuild dotfiles(7) manual from README.md (diff)
downloaddotfiles-83338f583b1b3d441ed778306fd393e948a365d8.tar.gz
dotfiles-83338f583b1b3d441ed778306fd393e948a365d8.zip
Merge branch 'release/v0.18.0' into develop
* release/v0.18.0: Rebuild dotfiles(7) manual from README.md Bump version number to 0.18.0
-rw-r--r--VERSION4
-rw-r--r--man/man7/dotfiles.7df11
2 files changed, 8 insertions, 7 deletions
diff --git a/VERSION b/VERSION
index 6d9a1528..f399cc95 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.17.2
-Tue Nov 14 22:20:41 UTC 2017
+tejr dotfiles v0.18.0
+Sun Nov 19 10:42:36 UTC 2017
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index bdecae9a..df5d9dfa 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -489,6 +489,12 @@ 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
+\f[C]make\ dist\-vim\-plugin\f[]; they will be created in
+\f[C]vim/dist\f[].
+.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
@@ -497,11 +503,6 @@ 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
-Any/all of the plugins may eventually be spun off into their own
-repositories in the future, but for the moment they live here.
-Contact me if you find one of them useful and you'd like to see it in
-its own distribution.
-.PP
Third\-party plugins are in submodules in \f[C]~/.vim/bundle\f[], loaded
using Tim Pope's pathogen.vim (https://github.com/tpope/vim-pathogen).
.SS Scripts