editorconfig-vim icon indicating copy to clipboard operation
editorconfig-vim copied to clipboard

Consider preserving user's colorcolum setting?

Open knghtbrd opened this issue 5 years ago • 4 comments
trafficstars

Could we maybe set colorcolumn+= rather than colorcolumn= when max_line_length is set? I have other uses for mine besides marking a margin line.

knghtbrd avatar Nov 10 '20 10:11 knghtbrd

Sounds reasonable to me --- pull requests welcome! :)

cxw42 avatar Nov 12 '20 03:11 cxw42

Yes, please. This is very strange to see

avahe-kellenberger avatar Jan 06 '21 14:01 avahe-kellenberger

Could you explain what this is for?

xuhdev avatar Jan 06 '21 20:01 xuhdev

I just ran into this as well. Another thing you might want to consider is to not set it to a hard value, but to set it to +1 instead. This will just set the colorcolumn to one column further than 'textwidth' has already been set.

kmoschcau avatar Jan 26 '21 21:01 kmoschcau

Fixed by #164

cxw42 avatar Oct 30 '22 20:10 cxw42