aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/bigfile.txt
blob: d7e56f287d4a7729ca94163aef9ff0646dbd8ac0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
*bigfile.txt*  Disable slow options for big files to speed things up

Author:  Tom Ryder <tom@sanctum.geek.nz>
License: Same terms as Vim itself (see |license|)

This plugin adds an |autocmd| hook to check the file size of an incoming
buffer, and if it's over a certain threshold, disables certain options in order
to make the file a bit easier to edit.

This plugin lives in Tom Ryder's "dotfiles" suite, and will eventually be spun
off into a separate distribution as it solidifies and this documentation
improves.