From 14ead9437241916483eac2bbedb5018bbd8ff958 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 25 Sep 2019 21:09:00 +1200 Subject: Add version threshold --- plugin/scratch_buffer.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/scratch_buffer.vim b/plugin/scratch_buffer.vim index caad3cb..e2a7aa6 100644 --- a/plugin/scratch_buffer.vim +++ b/plugin/scratch_buffer.vim @@ -4,7 +4,7 @@ " Author: Tom Ryder " License: Same as Vim itself " -if exists('loaded_scratch_buffer') || &compatible +if exists('loaded_scratch_buffer') || &compatible || v:version < 700 finish endif let loaded_scratch_buffer = 1 -- cgit v1.2.3