1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 00:17:57 +01:00

fixed :js <<EOF

This commit is contained in:
Martin Stubenschrott
2008-03-01 00:12:07 +00:00
parent aa3934cf2d
commit 3c203e5563
2 changed files with 6 additions and 2 deletions

View File

@@ -727,6 +727,7 @@ vimperator.CommandLine = function () //{{{
if (event.type == "keypress")
{
var key = vimperator.events.toString(event);
vimperator.log(multilineInputWidget.value);
if (vimperator.events.isAcceptKey(key))
{
var text = multilineInputWidget.value.substr(0, multilineInputWidget.selectionStart);
@@ -753,6 +754,7 @@ vimperator.CommandLine = function () //{{{
{
autosizeMultilineInputWidget();
}
return true;
},
// FIXME: if 'more' is set and the MOW is not scrollable we should still