From da80a4cfa817315937d7d627a16c0888ed8d22d6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 11 Nov 2017 01:16:09 +1300 Subject: Add author/license boilerplate to all plugins user_ftplugin.vim and user_indent.vim seem to be missing it. --- vim/plugin/user_ftplugin.vim | 3 +++ vim/plugin/user_indent.vim | 3 +++ 2 files changed, 6 insertions(+) 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 +" 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 +" License: Same as Vim itself +" if exists('g:loaded_user_indent') \ || !has('autocmd') \ || &compatible -- cgit v1.2.3