aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/copy/plugin/copy.vim
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/copy/plugin/copy.vim')
-rw-r--r--bundle/copy/plugin/copy.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundle/copy/plugin/copy.vim b/bundle/copy/plugin/copy.vim
new file mode 100644
index 0000000..1383eca
--- /dev/null
+++ b/bundle/copy/plugin/copy.vim
@@ -0,0 +1,5 @@
+" Copy
+"
+" Takes a range and copies the lines specified to the system clipboard.
+
+command! -range Copy call copy#Copy(<line1>, <line2>)