Paragraph-based diff program?
        Posted  
        
            by JS Bangs
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JS Bangs
        
        
        
        Published on 2010-03-08T22:05:00Z
        Indexed on 
            2010/03/08
            22:06 UTC
        
        
        Read the original article
        Hit count: 827
        
Does anyone know of a diff viewer or comparison program that can do paragraph-based differentials? My repos has a large number of LaTeX files that are formatted into 80-character wide paragraphs (for easy editing with vim). It's currently very difficult to interpret the diffs between various versions, because any edit that caused the position of the line breaks to change results in a lot of spurious differences that show up in the diff.
© Stack Overflow or respective owner