Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.13k stars 227 forks source link

add support for patch files / unified diff #374

Open spaceone opened 2 years ago

spaceone commented 2 years ago

Hunks in a unified diff start with ` or+or-`. The indentLine plugin should respect this and start the indentation detection at the second character.