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
No known key found for this signature in database
GPG key ID: 839A1C97961D54B3

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