vsh
vsh copied to clipboard
Output text objects should account for `v:count`
At the moment io and ao don't account for a count, so d2ao does the same as dao.
All other text objects in vim take a count and do something sensible with it, I should do the same.