1
0
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:
Doug Kearns
2007-07-05 06:14:32 +00:00
parent 31f06ea516
commit 54502e9929
3 changed files with 29 additions and 34 deletions

View File

@@ -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