aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/user_indent.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/user_indent.vim')
-rw-r--r--vim/plugin/user_indent.vim3
1 files changed, 3 insertions, 0 deletions
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