You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (a==b) begin : alabel
func1();
func2();
end
else begin
func3();
func4();
end
It would be interesting if textobj could line-select (region-type=V) the lines between begin .. end with "vi". With "va" all lines would be selected.
So what I am asking for is a plugin property that enables such selection automatically.
In fact, I don't know if it wouldn't make sense to have the behavior by default when using "V" region type, because otherwise "va" selects the same lines as "vb".
The text was updated successfully, but these errors were encountered:
Suppose the following:
It would be interesting if textobj could line-select (region-type=V) the lines between
begin .. end
with "vi". With "va" all lines would be selected.So what I am asking for is a plugin property that enables such selection automatically.
In fact, I don't know if it wouldn't make sense to have the behavior by default when using "V" region type, because otherwise "va" selects the same lines as "vb".
The text was updated successfully, but these errors were encountered: