Add single quotes to ‘any quote’ text objects
This commit is contained in:
parent
471028ce94
commit
d21d86aafc
1 changed files with 2 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue