aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Seifferth <frankseifferth@posteo.net>2021-05-11 22:46:35 +0200
committerFrank Seifferth <frankseifferth@posteo.net>2021-05-11 22:46:35 +0200
commitcaa5134943f6c8402f5743856693acc447c3f78b (patch)
treeec6fb8760847dc40b234cdd9604fa908ba1d92ce
parent57703f7723691c21cc1e27bb3c4e5b51bc613332 (diff)
downloadvis-editorconfig-caa5134943f6c8402f5743856693acc447c3f78b.tar.gz
Add help message for edconfhooks
-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")