Skip to content

Commit

Permalink
Add example for fillexceeding max_line_indicator (#218)
Browse files Browse the repository at this point in the history
Sorry, I missed this in the docs when adding the new option value
  • Loading branch information
mmrwoods committed Mar 22, 2023
1 parent 0ba62c4 commit 7f4e4df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/editorconfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ To set this option, add any of the following lines to your |vimrc| file:
let g:EditorConfig_max_line_indicator = "line"
let g:EditorConfig_max_line_indicator = "fill"
let g:EditorConfig_max_line_indicator = "exceeding"
let g:EditorConfig_max_line_indicator = "fillexceeding"
let g:EditorConfig_max_line_indicator = "none"
<
The default value is "line".
Expand Down

0 comments on commit 7f4e4df

Please sign in to comment.