1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-15 20:13:32 +01:00

Fix some option validators. Add tests.

This commit is contained in:
Kris Maglione
2011-02-05 18:29:58 -05:00
parent 4d47bfe002
commit 221ddd46b0
6 changed files with 77 additions and 9 deletions

View File

@@ -1036,7 +1036,7 @@ unlet s:cpo_save
});
},
options: function (dactyl, modules, window) {
const { options } = modules;
const { completion, options } = modules;
var shell, shellcmdflag;
if (util.OS.isWindows) {