From b72b05e853322297f6ecda523fef55c5d3899595 Mon Sep 17 00:00:00 2001 From: Chris Toomey Date: Mon, 17 Feb 2014 14:26:23 -0500 Subject: Add SystemCopyLine support --- plugin/system_copy.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin') diff --git a/plugin/system_copy.vim b/plugin/system_copy.vim index 98b7d0b..11beee6 100644 --- a/plugin/system_copy.vim +++ b/plugin/system_copy.vim @@ -38,6 +38,7 @@ endfunction xnoremap SystemCopy :call system_copy(visualmode(),visualmode() ==# 'V' ? 1 : 0) nnoremap SystemCopy :set opfunc=system_copyg@ +nnoremap SystemCopyLine :set opfunc=system_copyexe 'norm! 'v:count1.'g@_' if !hasmapto('SystemCopy') || maparg('cp','n') ==# '' xmap cp SystemCopy -- cgit v1.2.3