From b2f94159f0cd922259847727b917a6271a4b6be3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 17 May 2019 22:51:58 +0200 Subject: diff-corrections/plugin: Add load guard --- bundle/diff-corrections/plugin/diff_corrections.vim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bundle/diff-corrections/plugin/diff_corrections.vim') diff --git a/bundle/diff-corrections/plugin/diff_corrections.vim b/bundle/diff-corrections/plugin/diff_corrections.vim index 56b7ec3..fe7f337 100644 --- a/bundle/diff-corrections/plugin/diff_corrections.vim +++ b/bundle/diff-corrections/plugin/diff_corrections.vim @@ -1,3 +1,9 @@ +if exists('g:loaded_diff_corrections') + finish +endif +let g:loaded_diff_corrections = 1 + + augroup diff_corrections autocmd! -- cgit v1.2.3