Skip to content

Commit

Permalink
Revert "Merge pull request tommcdo#53 from habamax/master"
Browse files Browse the repository at this point in the history
This reverts commit 17f1a2c, reversing
changes made to 13d3895.
  • Loading branch information
jchros committed Dec 20, 2020
1 parent e131c63 commit a25d47f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/exchange.vim
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ function! s:get_setting(setting, default)
endfunction

highlight default link ExchangeRegion IncSearch
highlight default link _exchange_region ExchangeRegion

nnoremap <silent> <expr> <Plug>(Exchange) ':<C-u>set operatorfunc=<SID>exchange_set<CR>'.(v:count1 == 1 ? '' : v:count1).'g@'
vnoremap <silent> <Plug>(Exchange) :<C-u>call <SID>exchange_set(visualmode(), 1)<CR>
Expand Down

0 comments on commit a25d47f

Please sign in to comment.