From dc6ff333e5d537b7702d6565ac06c271c7f7e761 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 2 Nov 2017 14:12:14 +1300 Subject: Expand comment header for bigfile.vim Include some author and license metadata. --- vim/plugin/bigfile.vim | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'vim/plugin') diff --git a/vim/plugin/bigfile.vim b/vim/plugin/bigfile.vim index 5c68b1a7..d1d9ca61 100644 --- a/vim/plugin/bigfile.vim +++ b/vim/plugin/bigfile.vim @@ -1,4 +1,11 @@ -" When opening a large file, take some measures to keep things loading quickly +" +" bigfile.vim: When opening a large file, take some measures to keep things +" loading quickly. +" +" Author: Tom Ryder +" Copyright: 2017 +" License: Same as Vim itself +" if has('eval') && has('autocmd') " Threshold is 10 MiB -- cgit v1.2.3