vsh icon indicating copy to clipboard operation
vsh copied to clipboard

Don't use a user modifiable mark internally

Open hardenedapple opened this issue 8 years ago • 1 comments

Internally we use a letter mark to record where we're currently adding text.

The user may change the position of this mark, which means the method is rather brittle and should be changed.

Is there some vimL way to store a mark internally?

hardenedapple avatar Nov 15 '16 13:11 hardenedapple

Once pr https://github.com/neovim/neovim/pull/5031 has been completed and merged into neovim I can use that.

Until then I doubt I can do anything, but I'll keep this open for a reminder.

hardenedapple avatar Jan 04 '17 20:01 hardenedapple