=== removed file 'bin/fsvimdiff' --- bin/fsvimdiff 2014-06-20 15:23:19 +0000 +++ bin/fsvimdiff 1970-01-01 00:00:00 +0000 @@ -1,15 +0,0 @@ -#!/bin/sh -export ROOT1 -ROOT1="$1" -export ROOT2 -ROOT2="$2" -opts='diff scrollbind cursorbind scrollopt+=hor nowrap fdm=diff readonly nomodified buftype=nofile bufhidden=delete' -exec vim \ - +'0r!ROOT="$ROOT1" fslist' \ - +setlocal\ $opts \ - +"exe 'file '.\$ROOT1.'.fileset'" \ - +'rightb vnew' \ - +'0r!ROOT="$ROOT2" fslist' \ - +setlocal\ $opts \ - +"exe 'file '.\$ROOT2.'.fileset'" \ - +norm\ ggzM