Skip to content
Snippets Groups Projects
Commit 0c359691 authored by Curtis Gagliardi's avatar Curtis Gagliardi Committed by Marijn Haverbeke
Browse files

[vim] Make text objects work with },), and ].

Previously commands like da<object> only worked with the opening side of the
pair, so you could do da{ but not da}.

I also removed some duplication of calls to selectCompanionObject (at the cost
of switching from map lookup to an if-else chain).
parent a6111be7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment