(Actually, it was the result of me testing the plugin)
This commit is contained in:
Tom McDonald 2013-12-05 13:00:38 -05:00
parent 2d167a7cac
commit ea205fd0fc

View File

@ -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', "'[", "']")