vsh
vsh copied to clipboard
Don't use a user modifiable mark internally
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?
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.