From bb1ca1631def9be20da34af66b11c48daab09313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 6 Aug 2015 11:08:04 +0200 Subject: vis: implement al and il text objects --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fef2ff4..a4c99c5 100644 --- a/README.md +++ b/README.md @@ -321,10 +321,15 @@ Operators can be forced to work line wise by specifying `V`. For sentence and paragraph there is no difference between the inner and normal variants. - Furthermore `ae` covers the entire content of a file, whereas `ie` - does not include leading and trailing empty lines. `af` tries to - match C-like function definitions, `if` only covers the function - body. + Additionally the following text objects, which are not part of stock vim + are also supported: + + ae entire file content + ie entire file content except for leading and trailing empty lines + af C-like function definition including immeadiately preceding comments + if C-like function definition only function body + al current line + il current line without leading and trailing white spaces ### Modes -- cgit v1.2.3