aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/big_file.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-04 02:02:36 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-04 02:02:36 +1300
commit17d0781bb4d6eb12f79729f36b09e55bae7391a2 (patch)
tree6c967112bc2632360eb147ce8a91254c17f401aa /vim/doc/big_file.txt
parentMove trailing space strip config into plugin (diff)
downloaddotfiles-17d0781bb4d6eb12f79729f36b09e55bae7391a2.tar.gz
dotfiles-17d0781bb4d6eb12f79729f36b09e55bae7391a2.zip
Rename bigfile plugin to big_file
Just for consistency with the other plugins I'm making. I don't think I really like the cutesy names given to Vim plugins. I prefer the slightly longer and maybe even namespaced names like Perl distributions and modules have. Let's see how well this works.
Diffstat (limited to 'vim/doc/big_file.txt')
-rw-r--r--vim/doc/big_file.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/vim/doc/big_file.txt b/vim/doc/big_file.txt
new file mode 100644
index 00000000..aea0ee79
--- /dev/null
+++ b/vim/doc/big_file.txt
@@ -0,0 +1,12 @@
+*big_file.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.