Constant difft::display::hunks::MAX_DISTANCE
source · const MAX_DISTANCE: u32 = 4;
Expand description
The maximum number of lines that may occur between changed lines in a hunk.
If we exceed this, the lines are stored in separate hunks.