From 0ce3ceb95e4d754e69dbb90f8a9f6f7bc7bad7f5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 May 2019 16:25:59 +1200 Subject: Compact load guard a little --- plugin/big_file_options.vim | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'plugin') 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 " 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 -- cgit v1.2.3