Function: evil-a-single-quote

evil-a-single-quote is an interactive and byte-compiled function defined in evil-commands.el.

Signature

(evil-a-single-quote &optional COUNT BEG END TYPE)

Documentation

Select a single-quoted expression.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-text-object evil-a-single-quote (count &optional beg end _type)
  "Select a single-quoted expression."
  :extend-selection t
  (evil-select-quote ?' beg end type count t))