Implement word wrapping

Fixes #264
Fixes #1644
This commit is contained in:
Dmitry Maluka
2021-03-17 22:34:30 +01:00
parent f2613eeb3b
commit 965e43ebf1
4 changed files with 119 additions and 24 deletions

View File

@@ -297,6 +297,7 @@ var defaultCommonSettings = map[string]interface{}{
"tabsize": float64(4),
"tabstospaces": false,
"useprimary": true,
"wordwrap": false,
}
func GetInfoBarOffset() int {