aboutsummaryrefslogtreecommitdiff
path: root/plugin/big_file_options.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 16:26:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 16:26:51 +1200
commit4aa756a6545e5646926c82fb9982253455b02d4c (patch)
treeae6e7663c644b865c664f8c88013a91d90d3a844 /plugin/big_file_options.vim
parentMerge branch 'release/v2.0.0' (diff)
parentBump VERSION (diff)
downloadvim-big-file-options-4aa756a6545e5646926c82fb9982253455b02d4c.tar.gz
vim-big-file-options-4aa756a6545e5646926c82fb9982253455b02d4c.zip
Merge branch 'release/v2.1.0'v2.1.0
* release/v2.1.0: Compact load guard a little
Diffstat (limited to 'plugin/big_file_options.vim')
-rw-r--r--plugin/big_file_options.vim5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugin/big_file_options.vim b/plugin/big_file_options.vim
index cea19ba..89b65c2 100644
--- a/plugin/big_file_options.vim
+++ b/plugin/big_file_options.vim
@@ -5,10 +5,7 @@
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself
"
-if exists('loaded_big_file_options') || &compatible
- finish
-endif
-if !has('autocmd') || v:version < 700
+if exists('loaded_big_file_options') || &compatible || v:version < 700
finish
endif
let loaded_big_file_options = 1