diff --git a/modules/editor/evil/autoload/textobjects.el b/modules/editor/evil/autoload/textobjects.el index 5808946ea..29ffe25cf 100644 --- a/modules/editor/evil/autoload/textobjects.el +++ b/modules/editor/evil/autoload/textobjects.el @@ -50,6 +50,7 @@ This excludes the protocol and querystring." '(("'" . "'") ("\"" . "\"") ("`" . "`") + ("‘" . "’") ("“" . "”")))) (evil-textobj-anyblock-inner-block count beg end type))) @@ -60,5 +61,6 @@ This excludes the protocol and querystring." '(("'" . "'") ("\"" . "\"") ("`" . "`") + ("‘" . "’") ("“" . "”")))) (evil-textobj-anyblock-a-block count beg end type)))