Function: evil-inner-single-quote

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

Signature

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

Documentation

Select inner single-quoted expression.

Key Bindings

Source Code

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