aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-02 14:12:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-02 14:12:14 +1300
commitdc6ff333e5d537b7702d6565ac06c271c7f7e761 (patch)
treeacb15001bfad4d30f9c39998798d1336aaa24450 /vim
parentMove Vim big file options config into plugin (diff)
downloaddotfiles-dc6ff333e5d537b7702d6565ac06c271c7f7e761.tar.gz
dotfiles-dc6ff333e5d537b7702d6565ac06c271c7f7e761.zip
Expand comment header for bigfile.vim
Include some author and license metadata.
Diffstat (limited to 'vim')
-rw-r--r--vim/plugin/bigfile.vim9
1 files changed, 8 insertions, 1 deletions
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 <tom@sanctum.geek.nz>
+" Copyright: 2017
+" License: Same as Vim itself
+"
if has('eval') && has('autocmd')
" Threshold is 10 MiB