@@ -124,25 +124,29 @@ is restarted.
124124
125125 *g:EditorConfig_max_line_indicator*
126126The way to show the line where the maximal length is reached. Accepted values
127- are "line", "fill" and "exceeding ", otherwise there will be no max line
128- indicator.
127+ are "line", "fill", "exceeding" and "fillexceeding ", otherwise there will be
128+ no max line indicator.
129129
130- "line": the right column of the max line length column will be
131- highlighted, made possible by adding "+1" to 'colorcolumn'.
130+ "line": the right column of the max line length column will be
131+ highlighted, by adding "+1" to 'colorcolumn'.
132132
133- "fill": all the columns to the right of the max line length column
134- will be highlighted, made possible by setting 'colorcolumn'
135- to a list of numbers starting from "max_line_length + 1" to
136- the number of columns on the screen.
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.
137137
138- "exceeding": the right column of the max line length column will be
139- highlighted on lines that exceed the max line length, made
140- possible by adding a match for the ColorColumn group.
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.
141141
142- "none": no max line length indicator will be shown. This is the
143- recommended value when you do not want any indicator to be
144- shown, but values other than "line" or "fill" would also work
145- as "none".
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".
146150
147151To set this option, add any of the following lines to your |vimrc| file:
148152>
0 commit comments