mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 16:04:11 +01:00
move the global function updateBufferList() to vimperator.tabs until we have
real buffers
This commit is contained in:
@@ -467,7 +467,8 @@ function Options() //{{{
|
||||
"</table>" +
|
||||
"When there is only a single match, it is fully completed regardless of the case.",
|
||||
default_value: "list:full",
|
||||
validator: function (value) {
|
||||
validator: function (value)
|
||||
{
|
||||
if (/^(?:(?:full|longest|list|list:full|list:longest)(?:,(?!,))?){0,3}(?:full|longest|list|list:full|list:longest)?$/.test(value))
|
||||
return true;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user