vim-exchange icon indicating copy to clipboard operation
vim-exchange copied to clipboard

Easy text exchange operator for Vim

Results 5 vim-exchange issues
Sort by recently updated
recently updated
newest added

I used this plugin in `NeoVim`, when I did the exchange via `cxiw`, I got the error information shown below: >clipboard: error invoking win32yank.exe: thread 'main' panicked at 'called `Result::unwrap()`...

For example, ``` qa cxiw move to next word cxiw qa @a @@ @@ @@ - hangs. ``` The macro does not work. But independently cxiw works.

Before #53, the highlighting of exchange regions was lost when the color scheme is changed, ignoring the user's preference; this bug was caused by the execution of `:highlight clear` at...

Right now, It appears as though the last area marked for swapping is local to the window, or possibly the buffer. Seems more useful to me to just have one...

When a visual block is created using `$`, it may result in a selection where the rightmost corners are not the rightmost edge of the visual block. Example: ``` hello...