diff --git a/content/options.js b/content/options.js
index 4d680485..cce3b61c 100644
--- a/content/options.js
+++ b/content/options.js
@@ -436,7 +436,8 @@ vimperator.Options = function() //{{{
"
tabopen: :tabopen[!] command" +
"paste: P and gP mappings" +
"",
- default_value: "homepage,quickmark,tabopen,paste"
+ default_value: "homepage,quickmark,tabopen,paste",
+ validator: function(value) { return value.split(",").every(function(item) { return /^(homepage|quickmark|tabopen|paste|)$/.test(item); }); }
}
));
this.add(new vimperator.Option(["complete", "cpt"], "charlist",