From 23248c3a6fbf733543687bad692f21b060aa38a4 Mon Sep 17 00:00:00 2001 From: aerth Date: Fri, 22 Apr 2016 20:15:38 +0000 Subject: [PATCH] Add ruler to possibleSettings --- cmd/micro/settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/micro/settings.go b/cmd/micro/settings.go index b2973430..79f52269 100644 --- a/cmd/micro/settings.go +++ b/cmd/micro/settings.go @@ -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 {