From ea205fd0fc8fb523edb7a9ec90ab77175612ce46 Mon Sep 17 00:00:00 2001 From: Tom McDonald Date: Thu, 5 Dec 2013 13:00:38 -0500 Subject: [PATCH] Fix typo (Actually, it was the result of me testing the plugin) --- plugin/exchange.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/exchange.vim b/plugin/exchange.vim index 43bde86..e33c1bc 100644 --- a/plugin/exchange.vim +++ b/plugin/exchange.vim @@ -5,7 +5,7 @@ function! s:exchange_set(type, ...) if !exists('b:exchange_text') if a:0 - call s:store_pos(a:normal, "'<", "'>") + call s:store_pos(a:type, "'<", "'>") silent exe "normal! `<" . a:type . "`>y" elseif a:type == 'line' call s:store_pos('V', "'[", "']")