From ffdacc0ac0265dcd129c870f75ea116d6c7ba82b Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 3 Feb 2021 12:45:35 +0100 Subject: [PATCH] Fix error in leader-paste vim binding --- vim/plugin/shame.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/plugin/shame.vim b/vim/plugin/shame.vim index 8fcfcbc..6a0f36c 100644 --- a/vim/plugin/shame.vim +++ b/vim/plugin/shame.vim @@ -485,7 +485,7 @@ command! -nargs=? Tempfile exec 'new '.tempname() | set filetype= | au Bu onoremap al :normal! 0vg$h onoremap il :normal! ^vg_ -vnoremap p :""s+ +vnoremap p ""s+ map S :shell