aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--edconf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/edconf.lua b/edconf.lua
index 67f44f8..2bab52f 100644
--- a/edconf.lua
+++ b/edconf.lua
@@ -16,7 +16,7 @@ end
OPTIONS = {
indent_style = function (value)
- vis_set("expandtab", (value == ec.INDENT_STYLE_SPACE))
+ vis_set("expandtab", (value == "space"))
end,
indent_size = function (value)