hgrev/plugin/hgrev.vim
branchvim-stuff
changeset 27 595320486f69
parent 25 efe9199dbd41
--- a/hgrev/plugin/hgrev.vim	Wed Sep 12 01:49:50 2012 +0100
+++ b/hgrev/plugin/hgrev.vim	Wed Sep 12 10:45:25 2012 -0700
@@ -71,9 +71,9 @@
 	" it works off the cwd, and we need the nearest root from the filename.
 	"
 
+	" (we're unlikely to get lucky finding '.hg' in http:// or similar)
+	"
 	if matchstr(bufname('%'), "^[^:/]\\+://") != ''
-		" not on this buffer...
-		" (we're unlikely to get lucky finding '.hg' in http:// or similar)
 		return
 	endif