Fix typo
(Actually, it was the result of me testing the plugin)
This commit is contained in:
parent
2d167a7cac
commit
ea205fd0fc
@ -5,7 +5,7 @@ function! s:exchange_set(type, ...)
|
|||||||
|
|
||||||
if !exists('b:exchange_text')
|
if !exists('b:exchange_text')
|
||||||
if a:0
|
if a:0
|
||||||
call s:store_pos(a:normal, "'<", "'>")
|
call s:store_pos(a:type, "'<", "'>")
|
||||||
silent exe "normal! `<" . a:type . "`>y"
|
silent exe "normal! `<" . a:type . "`>y"
|
||||||
elseif a:type == 'line'
|
elseif a:type == 'line'
|
||||||
call s:store_pos('V', "'[", "']")
|
call s:store_pos('V', "'[", "']")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user