Yggdroot / indentLine

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

Add -bar to IndentLinesToggle command definition #378

Closed ch3pjw closed 1 year ago

ch3pjw commented 1 year ago

I wanted to include IdentLinesToggle in a string of commands bound to a key, but I couldn't do so because it was missing the -bar flag. This fixes that.