diff options
Diffstat (limited to 'bundle/diff-corrections')
| -rw-r--r-- | bundle/diff-corrections/plugin/diff_corrections.vim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bundle/diff-corrections/plugin/diff_corrections.vim b/bundle/diff-corrections/plugin/diff_corrections.vim index fe7f337..2cf3abf 100644 --- a/bundle/diff-corrections/plugin/diff_corrections.vim +++ b/bundle/diff-corrections/plugin/diff_corrections.vim @@ -1,4 +1,4 @@ -if exists('g:loaded_diff_corrections') +if exists('g:loaded_diff_corrections') || !has('lambda')  	finish  endif  let g:loaded_diff_corrections = 1 | 
