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
commit bf9a974691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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