acheronfail / repgrep

An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line.
Apache License 2.0
267 stars 4 forks source link

fix(ui): improve rendering of line numbers with multiline spans #43

Closed acheronfail closed 4 years ago

acheronfail commented 4 years ago

This now includes a visual change where deleted lines will start with -:<line> and added lines with +:<line>.

This should be clearer, and make the result more expected.

Fixes #38