Commit 5123c53
Change line colorcolumn setting to not overwrite
This changes the modification of the 'colorcolumn' setting to not be
overwritten, but instead expanded when g:EditorConfig_max_line_indicator
is set to "line". This will preserve the previously set value. Also
instead of calculating the column ourselves, we let Vim do it, by adding
"+1" to the colorcolumn setting.1 parent d354117 commit 5123c53
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | | - | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
476 | | - | |
| 476 | + | |
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| |||
0 commit comments