aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--VERSION2
-rw-r--r--plugin/big_file_options.vim5
2 files changed, 2 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index 227cea2..7ec1d6d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.0
+2.1.0
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