Merge pull request #4170 from ehamberg/add-single-quotes

Add single quotes to ‘any quote’ text objects
This commit is contained in:
Henrik Lissner
2020-10-29 02:06:59 -04:00
committed by GitHub

View File

@ -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)))