diff options
Diffstat (limited to 'edconf.lua')
-rw-r--r-- | edconf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |