aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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