Minor edit to statusline format

Ref #1432
This commit is contained in:
Zachary Yedidia
2019-12-26 12:25:42 -05:00
parent f8218e0648
commit a95dab078e

View File

@@ -182,7 +182,7 @@ var defaultCommonSettings = map[string]interface{}{
"splitbottom": true,
"splitright": true,
"statusformatl": "$(filename) $(modified)($(line),$(col)) | ft:$(opt:filetype) | $(opt:fileformat) | $(opt:encoding)",
"statusformatr": "$(bind:ToggleKeyMenu): show bindings, $(bind:ToggleHelp): toggle help",
"statusformatr": "$(bind:ToggleKeyMenu): bindings, $(bind:ToggleHelp): help",
"statusline": true,
"syntax": true,
"tabmovement": false,