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

Setting registers is more in line with VIM #1049

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    cccb39e View commit details
    Browse the repository at this point in the history
  2. Revive evil-was-yanked-without-register

    Bring it back.  But don't use it.  Should be removed in a future commit.
    nnicandro committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c024c15 View commit details
    Browse the repository at this point in the history
  3. Set the yank register when the unnamed register is set

    This adheres to the Vim documentation which states
    
        Writing to the "" register writes to register "0.
    
    See `:help registers`.
    nnicandro committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c2e1866 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b05ea8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a82a352 View commit details
    Browse the repository at this point in the history
  6. Remove setting of small delete register in evil-delete

    The setting of registers is now handled by the eventual call to
    `evil-kill-new` when calling `evil-yank`.
    nnicandro committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ad7bd8f View commit details
    Browse the repository at this point in the history
  7. Fix evil-test-visual-paste tests

    Some of the tests assumed that the delete registers 1-9 store yanked
    text, this is no longer the case.  Those registers now store only
    deleted text.
    nnicandro committed May 17, 2024
    Configuration menu
    Copy the full SHA
    45f3ffe View commit details
    Browse the repository at this point in the history