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 7b42173..ed83ed5 100644
--- a/edconf.lua
+++ b/edconf.lua
@@ -197,4 +197,4 @@ end)
edconf_hooks_enabled = false
vis:option_register("edconfhooks", "bool", function(value)
edconf_hooks_enabled = value
-end)
+end, "Enable optional pre-save-hooks for certain editorconfig settings")