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 -- not taken by the file module, but other modules call file so it must ignore them
, content = {} , content = {}
, backup = {} , backup = {}
, force = {} -- , force = {}
, remote_src = {} , remote_src = {}
, regexp = {} , regexp = {}
, delimiter = {} , delimiter = {}
, directory_mode = {} -- , directory_mode = {}
} }
) )