aboutsummaryrefslogtreecommitdiffstats
path: root/copy.js
diff options
context:
space:
mode:
Diffstat (limited to 'copy.js')
-rw-r--r--copy.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/copy.js b/copy.js
index dc4e048..e724efc 100644
--- a/copy.js
+++ b/copy.js
@@ -97,7 +97,8 @@ liberator.commands.addUserCommand(['copy'],'Copy to clipboard',
}
});
return [0, candidates];
- }
+ },
+ bang: true
}
);