@@ -415,11 +415,11 @@ Here are the available options:
415415* ` statusformatl ` : format string definition for the left-justified part of the
416416 statusline. Special directives should be placed inside ` $() ` . Special
417417 directives include: ` filename ` , ` modified ` , ` line ` , ` col ` , ` lines ` ,
418- ` percentage ` , ` opt ` , ` bind ` .
418+ ` percentage ` , ` opt ` , ` overwrite ` , ` bind ` .
419419 The ` opt ` and ` bind ` directives take either an option or an action afterward
420420 and fill in the value of the option or the key bound to the action.
421421
422- default value: `$(filename) $(modified)($(line),$(col)) $(status.paste)|
422+ default value: `$(filename) $(modified)$(overwrite) ($(line),$(col)) $(status.paste)|
423423 ft:$(opt: filetype ) | $(opt: fileformat ) | $(opt: encoding )`
424424
425425* ` statusformatr ` : format string definition for the right-justified part of the
@@ -578,7 +578,7 @@ so that you can see what the formatting should look like.
578578 "splitbottom" : true ,
579579 "splitright" : true ,
580580 "status" : true ,
581- "statusformatl" : " $(filename) $(modified)($(line),$(col)) $(status.paste)| ft:$(opt:filetype) | $(opt:fileformat) | $(opt:encoding)" ,
581+ "statusformatl" : " $(filename) $(modified)$(overwrite) ($(line),$(col)) $(status.paste)| ft:$(opt:filetype) | $(opt:fileformat) | $(opt:encoding)" ,
582582 "statusformatr" : " $(bind:ToggleKeyMenu): bindings, $(bind:ToggleHelp): help" ,
583583 "statusline" : true ,
584584 "sucmd" : " sudo" ,
0 commit comments