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

evil-mode text insertion breaks emacs text property inheritance (stickiness of text properties) #1857

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

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    83e92e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Add text property inheritance to all calls to insert and insert-char

    - evil-ex-put
    - evil-copy
    - evil-move
    - evil-invert-case
    - evil-replace
    - evil-visual-paste
    - evil-insert-digraph
    - evil-read
    - evil-replace-backspace
    - evil-yank-line-handler
    - evil-yank-block-handler
    - evil-execute-change
    ydutrieux committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e357183 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    cba701c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    039f491 View commit details
    Browse the repository at this point in the history