aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/diff-corrections/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/diff-corrections/plugin')
-rw-r--r--bundle/diff-corrections/plugin/diff_corrections.vim6
1 files changed, 6 insertions, 0 deletions
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!