From 5e641d62d93f2cb74717d6df8175102903e2b688 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 17 Jun 2018 22:10:34 +1200 Subject: Add version guard --- plugin/big_file_options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/big_file_options.vim b/plugin/big_file_options.vim index f7fa028..e102f01 100644 --- a/plugin/big_file_options.vim +++ b/plugin/big_file_options.vim @@ -8,7 +8,7 @@ if exists('g:loaded_big_file_options') || &compatible finish endif -if !has('autocmd') +if !has('autocmd') || v:version < 600 finish endif let g:loaded_big_file_options = 1 -- cgit v1.2.3