1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 23:25:47 +01:00

move the global copyToClipboard() to a slot in vimperator

This commit is contained in:
Doug Kearns
2007-08-05 06:43:40 +00:00
parent 022e455d48
commit b9bbc07ad2
4 changed files with 11 additions and 11 deletions

View File

@@ -517,7 +517,7 @@ function Hints() //{{{
// disable the hints before we can echo() an information
this.disableHahMode(null, true);
copyToClipboard(loc);
vimperator.copyToClipboard(loc);
vimperator.echo("Yanked " + loc);
};
@@ -540,7 +540,7 @@ function Hints() //{{{
// disable the hints before we can echo() an information
this.disableHahMode(null, true);
copyToClipboard(loc);
vimperator.copyToClipboard(loc);
vimperator.echo("Yanked " + loc);
};