aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/copy/plugin/copy.vim
blob: 1383eca4c4964733d836f6600c780d732614f982 (plain)
1
2
3
4
5
" Copy
"
" Takes a range and copies the lines specified to the system clipboard.

command! -range Copy call copy#Copy(<line1>, <line2>)