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

Fix unnamed register bug #25

Merged
merged 1 commit into from
Jan 29, 2022
Merged

Fix unnamed register bug #25

merged 1 commit into from
Jan 29, 2022

Conversation

m-pilia
Copy link
Owner

@m-pilia m-pilia commented Jan 29, 2022

Ensure that content deleted from the yggdrasil buffer during the
rendering of the tree is discarded and not stored in the unnamed
register. This fixes a bug that causes the content of the unnamed yank
register being discarded when entering an yggdrasil buffer.

Resolves #24

Ensure that content deleted from the yggdrasil buffer during the
rendering of the tree is discarded and not stored in the unnamed
register. This fixes a bug that causes the content of the unnamed yank
register being discarded when entering an yggdrasil buffer.
@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2022

Codecov Report

Merging #25 (849a11f) into master (56bc96e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #25   +/-   ##
=======================================
  Coverage   98.81%   98.81%           
=======================================
  Files           3        3           
  Lines         254      254           
=======================================
  Hits          251      251           
  Misses          3        3           
Impacted Files Coverage Δ
autoload/yggdrasil/tree.vim 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56bc96e...849a11f. Read the comment docs.

@m-pilia m-pilia merged commit 930b006 into master Jan 29, 2022
@m-pilia m-pilia deleted the fix-unnamed-register-bug branch January 29, 2022 19:26
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

Successfully merging this pull request may close these issues.

Entering an yggdrasil buffer discards the content of the unnamed yank register
2 participants