aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-07 18:04:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-07 18:05:14 +1200
commit966e123a2ce8976405dc1aef09b4ae422f064102 (patch)
tree4786ff12c46ae0adaa52021f13ded917f4cf23d0 /README.md
parentUse full plugin name in options prefix (diff)
downloadvim-big-file-options-966e123a2ce8976405dc1aef09b4ae422f064102.tar.gz
vim-big-file-options-966e123a2ce8976405dc1aef09b4ae422f064102.zip
Overhaul for new version
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0bb2cba..c3e2ec9 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@ big\_file\_options.vim
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. It disables backups, swap files, undo
-files, and by default syntax highlighting.
+to make the file a bit easier to edit. It makes the buffer read-only, and
+disables filetypes, swap files, undo files, and syntax highlighting.
License
-------