From 17d0781bb4d6eb12f79729f36b09e55bae7391a2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 4 Nov 2017 02:02:36 +1300 Subject: 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. --- vim/doc/big_file.txt | 12 ++++++++++++ vim/doc/bigfile.txt | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 vim/doc/big_file.txt delete mode 100644 vim/doc/bigfile.txt (limited to 'vim/doc') 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 +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. diff --git a/vim/doc/bigfile.txt b/vim/doc/bigfile.txt deleted file mode 100644 index d7e56f28..00000000 --- a/vim/doc/bigfile.txt +++ /dev/null @@ -1,12 +0,0 @@ -*bigfile.txt* Disable slow options for big files to speed things up - -Author: Tom Ryder -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. -- cgit v1.2.3