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

Make :yank yank again.

Fixes issue #1012.
This commit is contained in:
Doug Kearns
2013-07-29 23:07:16 +10:00
parent 2e2952f0c1
commit 17c1d8595f

View File

@@ -845,7 +845,7 @@ var CommandLine = Module("commandline", {
this._lastEchoTime = (flags & this.FORCE_SINGLELINE) && Date.now();
if (action)
action.call(this, data, highlightGroup, single);
action.call(this, data, highlightGroup, single());
},
_lastEchoTime: 0,