Merge pull request #4170 from ehamberg/add-single-quotes
Add single quotes to ‘any quote’ text objects
This commit is contained in:
commit
bf9a974691
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