Update text objects list in evil readme

This commit is contained in:
Henrik Lissner 2019-12-31 17:46:53 -05:00
parent 6f951229ec
commit 69a7c60c3a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -96,6 +96,9 @@ And these are text objects added by this module:
+ =a= C-style function arguments (provided by ~evil-args~) + =a= C-style function arguments (provided by ~evil-args~)
+ =B= any block delimited by braces, parentheses or brackets (provided by + =B= any block delimited by braces, parentheses or brackets (provided by
~evil-textobj-anyblock~) ~evil-textobj-anyblock~)
+ =c= Comments
+ =f= For functions (but relies on the major mode to have defined a sane
+ =g= The entire buffer
+ =i j k= by indentation (=k= includes one line above; =j= includes one line + =i j k= by indentation (=k= includes one line above; =j= includes one line
above and below) (provided by ~evil-indent-plus~) above and below) (provided by ~evil-indent-plus~)
+ =x= XML attributes (provided by ~exato~) + =x= XML attributes (provided by ~exato~)