Yggdroot / indentLine

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

first character is not displayed (`^ `) #318

Closed spaceone closed 2 years ago

spaceone commented 4 years ago

the replacement begins at the 5th space character but ^ is not replaced.

Can I somehow set this up?

spaceone commented 4 years ago

Also diff/patch files which start with ''+'' or '-' aren't correctly detected like it's done with set listchar.

spaceone commented 2 years ago

I could fix the first part with

let g:indentLine_first_char = '›'
let g:indentLine_showFirstIndentLevel = 1

→ would be something for the README.md

The second issue, that indendLine doesn't format patch/unified diff files correctly still exists with that config.