From 7f4e4dfc58c480d154116614e616d90aac77204d Mon Sep 17 00:00:00 2001 From: Mark Woods Date: Wed, 22 Mar 2023 01:15:53 +0000 Subject: [PATCH] Add example for fillexceeding max_line_indicator (#218) Sorry, I missed this in the docs when adding the new option value --- doc/editorconfig.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/editorconfig.txt b/doc/editorconfig.txt index 0b7916ed..0d85a9e3 100644 --- a/doc/editorconfig.txt +++ b/doc/editorconfig.txt @@ -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".