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:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user