Skip to content

Fix evaluating a mark in another buffer

Compare
Choose a tag to compare
@Olical Olical released this 09 Nov 17:12
· 1348 commits to master since this release
52618ff

If you evaluate a mark in another buffer it would be evaluated under the wrong namespace.

If you set a mark F in namespace foo then evaluate it from namespace bar with <localleader>emF it'd be evaluated with a namespace of foo. That's been corrected so it'll evaluate with bar now, apologies for the mistake!

I hope you have a great weekend! 😄