aboutsummaryrefslogtreecommitdiff
path: root/test/vim/text-objects/braces-count-linewise.in
blob: 069493e6b6163e37c510b45cee2ae94dce917b24 (plain) (blame)
1
2
3
4
5
struct {
	union {
		int foo;
	};
};