editorconfig-vim
editorconfig-vim copied to clipboard
Consider preserving user's colorcolum setting?
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.
Sounds reasonable to me --- pull requests welcome! :)
Yes, please. This is very strange to see
Could you explain what this is for?
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.
Fixed by #164