Skip to content

In consistent with lispy for "[" and "]" in strings or comments #21

@yangsheng6810

Description

@yangsheng6810

In lispy, typing "[" or "]" in a string or a comment will go out of the current string, calling lispy-left or lispy-right, while in evil-lispy, it will self-insert "[" or "]". It seems related to

(evil-lispy/defnonstring-action evil-lispy/insert-to-lispy-right
  evil-lispy/enter-state-right)
(evil-lispy/defnonstring-action evil-lispy/insert-to-lispy-left
  evil-lispy/enter-state-left)

in evil-lispy-core.el.

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