Skip to content

Finding character is broken #39

@Alexander-Shukaev

Description

@Alexander-Shukaev

It seems the

  (evilem-define (kbd (concat prefix " t")) #'evil-repeat-find-char
                 :pre-hook (save-excursion
                             (call-interactively #'evil-find-char-to))
                 :bind ((evil-cross-lines t)))

  (evilem-define (kbd (concat prefix " T")) #'evil-repeat-find-char
                 :pre-hook (save-excursion
                             (call-interactively #'evil-find-char-to-backward))
                 :bind ((evil-cross-lines t)))

  (evilem-define (kbd (concat prefix " f")) #'evil-repeat-find-char
                 :pre-hook (save-excursion
                             (call-interactively #'evil-find-char))
                 :bind ((evil-cross-lines t)))

  (evilem-define (kbd (concat prefix " F")) #'evil-repeat-find-char
                 :pre-hook (save-excursion
                             (call-interactively #'evil-find-char-backward))
                 :bind ((evil-cross-lines t)))

bit is broken in the latest version. I observe that

  1. All of them unconditionally search backward;
  2. f and F behave the same as t and T respectively.

Could you confirm?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions