@@ -127,26 +127,26 @@ The way to show the line where the maximal length is reached. Accepted values
127127are "line", "fill", "exceeding" and "fillexceeding", otherwise there will be
128128no max line indicator.
129129
130- "line": the right column of the max line length column will be
131- highlighted, by adding "+1" to 'colorcolumn' .
132-
133- "fill": all the columns to the right of the max line length column
134- will be highlighted, by setting 'colorcolumn' to a list
135- of numbers starting from "max_line_length + 1" to the
136- number of columns on the screen.
137-
138- "exceeding": the right column of the max line length column will be
139- highlighted on lines that exceed the max line length, by
140- adding a match for the ColorColumn group.
141-
142- "fillexceeding" : all the columns to the right of the max line length column
143- will be highlighted on lines that exceed the max line
144- length, by adding a match for the ColorColumn group.
145-
146- "none": no max line length indicator will be shown. This is the
147- recommended value when you do not want any indicator to
148- be shown, but values other than "line" or "fill" would
149- also work as "none".
130+ "line": the right column of the max line length column will be
131+ highlighted, by adding "+1" to 'colorcolumn' .
132+
133+ "fill": all the columns to the right of the max line length
134+ column will be highlighted, by setting 'colorcolumn' to
135+ a list of numbers starting from "max_line_length + 1" to
136+ the number of columns on the screen.
137+
138+ "exceeding": the right column of the max line length column will be
139+ highlighted on lines that exceed the max line length, by
140+ adding a match for the ColorColumn group.
141+
142+ "fillexceeding": all the columns to the right of the max line length
143+ column will be highlighted on lines that exceed the max
144+ line length, by adding a match for the ColorColumn group.
145+
146+ "none": no max line length indicator will be shown. This is the
147+ recommended value when you do not want any indicator to
148+ be shown, but values other than "line" or "fill" would
149+ also work as "none".
150150
151151To set this option, add any of the following lines to your | vimrc | file:
152152>
0 commit comments