mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-08 00:55:46 +01:00
- fixed commandline focus/blur behavior
- could be buggy, so please report any bugs - text selection is not possible anymore for :echo'ed things, should come later when holding shift - cleared commandline on scroll events
This commit is contained in:
@@ -461,14 +461,11 @@ function Search()
|
||||
logMessage("Search initialized");
|
||||
}
|
||||
|
||||
// @todo nicer way to register commands?
|
||||
// @TODO should be moved into commands.js
|
||||
vimperator.commands.add(new Command(["noh[lsearch]"],
|
||||
clearSelection,
|
||||
{
|
||||
usage: ["noh[lsearch]"],
|
||||
short_help: "Clear the current selection",
|
||||
help: null,
|
||||
completer: null
|
||||
short_help: "Clear the current selection"
|
||||
}
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user