Skip to content

Commit 7f4e4df

Browse files
authored
Add example for fillexceeding max_line_indicator (#218)
Sorry, I missed this in the docs when adding the new option value
1 parent 0ba62c4 commit 7f4e4df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/editorconfig.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ To set this option, add any of the following lines to your |vimrc| file:
152152
let g:EditorConfig_max_line_indicator = "line"
153153
let g:EditorConfig_max_line_indicator = "fill"
154154
let g:EditorConfig_max_line_indicator = "exceeding"
155+
let g:EditorConfig_max_line_indicator = "fillexceeding"
155156
let g:EditorConfig_max_line_indicator = "none"
156157
<
157158
The default value is "line".

0 commit comments

Comments
 (0)