Fix option hiding bug

This commit is contained in:
Simon Schuster 2016-09-08 10:54:35 +02:00
parent 2b1a9896b2
commit cdc25b0300

View file

@ -51,11 +51,11 @@ function main(arg)
-- not taken by the file module, but other modules call file so it must ignore them
, content = {}
, backup = {}
, force = {}
-- , force = {}
, remote_src = {}
, regexp = {}
, delimiter = {}
, directory_mode = {}
-- , directory_mode = {}
}
)