Skip to content

Instantly share code, notes, and snippets.

View shire's full-sized avatar

Brian Shire shire

  • San Francisco, CA USA
View GitHub Profile
diff --git a/scmdiff.vim b/scmdiff.vim
index 18f4e1b..1ee8250 100644
--- a/scmdiff.vim
+++ b/scmdiff.vim
@@ -2,8 +2,11 @@
" Home: http://github.com/ghewgill/vim-scmdiff
" Default commands:
-" \d Toggle diff view on/off
-" :D rev Difference between current and rev
diff --git a/scmdiff.vim b/scmdiff.vim
index 18f4e1b..df11946 100644
--- a/scmdiff.vim
+++ b/scmdiff.vim
@@ -28,6 +28,7 @@ function! s:scmToggle()
if exists('b:scmDiffOn') && b:scmDiffOn == 1
let b:scmDiffOn = 0
+ hide
set nodiff