Search code examples
encodingvimdiff

Encoding Problem in Vimdiff?


How can you solve the following encoding problem? http://dl.getdropbox.com/u/175564/encoding.png

It is rather hard to compare the manuals.


Solution

  • Try

    vim -d <(man uniq |col -b) <(man guniq |col -b)