vim a script to compare if 2 files are the saùe code example
Example: vim compare 2 files
#open second file in vim with ":vsp mysecondfile.txt" then
:windo diffthis
#open second file in vim with ":vsp mysecondfile.txt" then
:windo diffthis