Add single quotes to ‘any quote’ text objects

This commit is contained in:
Erlend Hamberg
2020-10-28 08:41:33 +01:00
parent 471028ce94
commit d21d86aafc

View File

@ -50,6 +50,7 @@ This excludes the protocol and querystring."
'(("'" . "'") '(("'" . "'")
("\"" . "\"") ("\"" . "\"")
("`" . "`") ("`" . "`")
("" . "")
("" . "")))) ("" . ""))))
(evil-textobj-anyblock-inner-block count beg end type))) (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))) (evil-textobj-anyblock-a-block count beg end type)))