K 10 svn:author V 7 stefanf K 8 svn:date V 27 2005-12-04T09:34:56.000000Z K 7 svn:log V 631 Merge NetBSD's revision 1.27. This bug can be observed eg. when browsing through the history in sh. | Refresh bug reported by Julien Torres: | | going from: | activate -verbose | to: | reset -activation | results in: | reset -activationverbose" | instead of: | reset -activation | | This is because we choose to insert "reset -" before the current line, | and the delete "e -" and insert "ion" in the appropriate place. The | cleareol code did not handle this case properly; we now cleareol to | the maximum number of characters of the first difference, the second | difference and the difference in line length. END