diff --git a/plugin/exchange.vim b/plugin/exchange.vim index 6db27c0..0832e07 100644 --- a/plugin/exchange.vim +++ b/plugin/exchange.vim @@ -33,7 +33,7 @@ function! s:exchange_get(type, vis) let [start, end] = s:store_pos("'[", "']") silent exe "normal! '[V']y" elseif a:type == 'block' - let type = '\' + let type = "\" let [start, end] = s:store_pos("'[", "']") silent exe "normal! `[\`]y" else