mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:02:26 +01:00
Fix completion.history
This commit is contained in:
@@ -1273,7 +1273,7 @@ function Completion() //{{{
|
||||
}
|
||||
},
|
||||
|
||||
history: function history(context)
|
||||
history: function _history(context)
|
||||
{
|
||||
context.format = history.format;
|
||||
context.title = ["History"]
|
||||
|
||||
Reference in New Issue
Block a user