aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-11 01:16:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-11 01:16:47 +1300
commitd5e2cbaebbd16fb17c4bcbad5b458514bd703db1 (patch)
tree1cb83a226fa68aef0a61bcaa42b4178445bee251
parentMerge branch 'release/v0.13.0' into develop (diff)
parentAdd author/license boilerplate to all plugins (diff)
downloaddotfiles-d5e2cbaebbd16fb17c4bcbad5b458514bd703db1.tar.gz
dotfiles-d5e2cbaebbd16fb17c4bcbad5b458514bd703db1.zip
Merge branch 'feature/vim-plug-boilplate' into develop
* feature/vim-plug-boilplate: Add author/license boilerplate to all plugins
-rw-r--r--vim/plugin/user_ftplugin.vim3
-rw-r--r--vim/plugin/user_indent.vim3
2 files changed, 6 insertions, 0 deletions
diff --git a/vim/plugin/user_ftplugin.vim b/vim/plugin/user_ftplugin.vim
index d9739bda..d19348ae 100644
--- a/vim/plugin/user_ftplugin.vim
+++ b/vim/plugin/user_ftplugin.vim
@@ -4,6 +4,9 @@
" b:undo_ftplugin in Vim >= 7.0. This allows you to undo your own ftplugin
" files the same way you can the core ones.
"
+" Author: Tom Ryder <tom@sanctum.geek.nz>
+" License: Same as Vim itself
+"
if exists('g:loaded_user_ftplugin')
\ || !has('autocmd')
\ || &compatible
diff --git a/vim/plugin/user_indent.vim b/vim/plugin/user_indent.vim
index 01596bdb..84b966d6 100644
--- a/vim/plugin/user_indent.vim
+++ b/vim/plugin/user_indent.vim
@@ -4,6 +4,9 @@
" b:undo_indent in Vim >= 7.0. This allows you to undo your own indent files
" the same way you can the core ones.
"
+" Author: Tom Ryder <tom@sanctum.geek.nz>
+" License: Same as Vim itself
+"
if exists('g:loaded_user_indent')
\ || !has('autocmd')
\ || &compatible