vim-expand-region icon indicating copy to clipboard operation
vim-expand-region copied to clipboard

Docs for zero vs one

Open wbyoung opened this issue 8 years ago • 2 comments

Thanks for the great plugin — everything's working well so far.

One question — what do the 0 & 1 values mean in the mappings? Did I just miss something in the docs?

wbyoung avatar Jun 11 '16 01:06 wbyoung

From the code:

  " Dictionary of text objects that are supported by default. Note that some of
  " the text objects are not available in vanilla vim. '1' indicates that the
  " text object is recursive (think of nested parens or brackets)

ptzz avatar Nov 12 '17 10:11 ptzz

It will be good if this can actually be added to readme so people don't have to read the code or find the vim help page.

hexacera avatar Jun 20 '18 06:06 hexacera