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

mark and retrieve selections in Vim

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

Allows users to configure the marks file path.

Inserting and deleting lines obviously break recorded selections: ``` thi*s text between stars has been recorde*d to `a` ``` will become ``` new* line this text between stars has bee*n...

enhancement

Hi, I have an idea, and I don't really know where to put it, because I have few time to implement by myself now, so I'd like to know if...

enhancement

Check out [this plugin](https://github.com/kshenoy/vim-signature). It puts a letter in the left column showing you where the marks are located. I thought this was kind of nifty, and I think it...

The error occurs [here](https://github.com/iago-lito/vim-visualMarks/blob/master/visualMarks.vim#L45-L51) for me. This is the full error message I get when opening vim: ``` Error detected while processing function ReadVariable: line 2: E684: List index out...