I am trying to figure out what I have done to this source file in VIM (Mac VIM). I was attempting to use the >
keyboard shortcut to intent the selected block of code and have obviously done something else to the file. It only effects the text I had selected (both in terms of the named file and position).
To clear the lines I tried:
- Closing and reopening the file
- Cutting the effected text out, saving / closing the file, pasting content back in etc..
- Recreating the file and reopening it in Vim (tabbed session)
While exiting vim and reopening the application cleared the lines, I would still like to know what I had done (to avoid having to close out all of my tabs in the future).
:verbose map >
output:
n >p * :call <SNR>100_putline(']p')<CR>>']
Last set from ~/.vim/janus/vim/tools/unimpaired/plugin/unimpaired.vim
n >P * :call <SNR>100_putline('[p')<CR>>']
Last set from ~/.vim/janus/vim/tools/unimpaired/plugin/unimpaired.vim