1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 11:55:46 +01:00

changed statusbar colors to match vim by default

This commit is contained in:
Martin Stubenschrott
2007-09-24 13:11:15 +00:00
parent ca3f4282b3
commit 01c3f87f59
5 changed files with 179 additions and 14 deletions

View File

@@ -506,6 +506,11 @@ function Events() //{{{
vimperator.modes.reset();
break;
case vimperator.modes.COMMAND_LINE:
vimperator.commandline.close();
vimperator.modes.reset();
break;
default:
// clear any selection made
var selection = window.content.getSelection();