aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-12 20:49:41 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-12 20:49:41 +1300
commit871806685c2fcf26b81f3b324741d346ab365802 (patch)
tree67bfede247336b6601529627730e6049621653dc
parentMerge branch 'feature/vim-struct' into develop (diff)
parentRegenerate dotfiles(7) manual from README.md (diff)
downloaddotfiles-871806685c2fcf26b81f3b324741d346ab365802.tar.gz
dotfiles-871806685c2fcf26b81f3b324741d346ab365802.zip
Merge branch 'release/v0.14.0' into develop
* release/v0.14.0: Regenerate dotfiles(7) manual from README.md Bump version number to 0.14.0 Mention Vim restructuring in README
-rw-r--r--README.md6
-rw-r--r--VERSION4
-rw-r--r--man/man7/dotfiles.7df8
3 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index f145eb72..3758a009 100644
--- a/README.md
+++ b/README.md
@@ -353,8 +353,10 @@ structures like functions, I like to implement it as a plugin in
those in `~/.vim/doc`.
I also define a few rules specific to file types I often edit in
-`~/.vim/ftplugin`, including some local mappings for checking, linting, and
-tidying.
+`~/.vim/after/ftplugin`, including some local mappings for checking, linting,
+and tidying, and a few more in `~/.vim/after/indent`. There are also a few
+tweaks to core syntax files in `~/.vim/after/syntax`, especially for shell
+script (`sh.vim`).
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
diff --git a/VERSION b/VERSION
index 1d1240d5..95d1b4f7 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.13.0
-Fri Nov 10 12:06:47 UTC 2017
+tejr dotfiles v0.14.0
+Sun Nov 12 07:48:11 UTC 2017
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index 0b8ab981..bdecae9a 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -490,8 +490,12 @@ structures like functions, I like to implement it as a plugin in
There's documentation for each of those in \f[C]~/.vim/doc\f[].
.PP
I also define a few rules specific to file types I often edit in
-\f[C]~/.vim/ftplugin\f[], including some local mappings for checking,
-linting, and tidying.
+\f[C]~/.vim/after/ftplugin\f[], including some local mappings for
+checking, linting, and tidying, and a few more in
+\f[C]~/.vim/after/indent\f[].
+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.