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

Persistent mark names don't propagate to other active vim instances #52

Open
Yilin-Yang opened this issue Aug 24, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Yilin-Yang
Copy link
Owner

As above.

  • Suppose that there's a global mark 'Z.
  • We open vim instance (1), which shows mark 'Z in its markbar.
  • We open vim instance (2), which also shows mark 'Z in its markbar.
  • In (1), we give 'Z the user-set name "foobar". This name is shown in (1)'s markbar, but not shown in (2)'s markbar.
  • If we close (2) and then open a new vim instance (3), then the name "foobar" will show up in its markbar.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant