Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use a user modifiable mark internally #2

Open
hardenedapple opened this issue Nov 15, 2016 · 1 comment
Open

Don't use a user modifiable mark internally #2

hardenedapple opened this issue Nov 15, 2016 · 1 comment

Comments

@hardenedapple
Copy link
Owner

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
Copy link
Owner Author

Once pr neovim/neovim#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant