Add stackundo option

This commit is contained in:
Camille Scholtz
2016-05-26 19:36:59 +02:00
parent e553815501
commit 007ece1e78
3 changed files with 9 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ func DefaultSettings() map[string]interface{} {
"ruler": true,
"scrollspeed": float64(2),
"scrollmargin": float64(3),
"stackundo": false,
"statusline": true,
"syntax": true,
"tabsize": float64(4),