if !exists("g:scmDiffCommand") let g:scmDiffCommand = 'svn' endif if exists("loadedScmDiff") || &cp finish endif let loadedScmDiff = 1 map :call scmDiff() noremap