mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:52:27 +01:00
abbreviations for textboxes (thanks calmar)
This commit is contained in:
@@ -37,7 +37,6 @@ vimperator.CommandLine = function() //{{{
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
const UNINITIALIZED = -2; // notifies us, if we need to start history/tab-completion from the beginning
|
||||
|
||||
var completionlist = new vimperator.InformationList("vimperator-completion", { min_items: 2, max_items: 10 });
|
||||
|
||||
Reference in New Issue
Block a user