Add ruler to possibleSettings

This commit is contained in:
aerth
2016-04-22 20:15:38 +00:00
parent 0440ca45cd
commit 23248c3a6f

View File

@@ -12,7 +12,7 @@ import (
var settings Settings
// All the possible settings
var possibleSettings = []string{"colorscheme", "tabsize", "autoindent", "syntax", "tabsToSpaces"}
var possibleSettings = []string{"colorscheme", "tabsize", "autoindent", "syntax", "tabsToSpaces", "ruler"}
// The Settings struct contains the settings for micro
type Settings struct {