1
0
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:
Martin Stubenschrott
2007-06-12 10:48:35 +00:00
parent 745035e1eb
commit 7af9664ac0
6 changed files with 120 additions and 42 deletions

View File

@@ -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"
}
));