1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 01:47:59 +01:00

changed ":help open" to ":help :open"

This commit is contained in:
Martin Stubenschrott
2007-04-29 03:35:34 +00:00
parent 8822a151a5
commit abeafde55f
5 changed files with 73 additions and 54 deletions

View File

@@ -771,7 +771,6 @@ function onEscape()
if (!hasMode(MODE_ESCAPE_ONE_KEY))
{
setCurrentMode(MODE_NORMAL);
// BrowserStop(); -> moved to <C-c>
hah.disableHahMode();
focusContent(true, true);
}