From 562c9ce6fbbd6fc8b9c5e470121dcc8e731de21e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 4 Nov 2017 17:39:23 +1300 Subject: Use same comment boilerplate for custom plugins A brief explanation, an author name, and the license should do fine. --- vim/plugin/copy_linebreak.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vim/plugin/copy_linebreak.vim') diff --git a/vim/plugin/copy_linebreak.vim b/vim/plugin/copy_linebreak.vim index cba2c866..1dc537d4 100644 --- a/vim/plugin/copy_linebreak.vim +++ b/vim/plugin/copy_linebreak.vim @@ -3,6 +3,8 @@ " showbreak characters and breakindent mode on and off, for convenience of " copying multiple lines from terminal emulators. " +" Author: Tom Ryder +" License: Same as Vim itself " if has('eval') -- cgit v1.2.3