Merge remote-tracking branch 'eraserhd/2367-surround-with-tight-nesting'

This commit is contained in:
Maxime Coste 2018-09-12 20:57:59 +10:00
commit 8536adc5ac
7 changed files with 7 additions and 1 deletions

View File

@ -359,7 +359,7 @@ find_surrounding(const Container& container, Iterator pos,
first = (flags & ObjectFlags::Inner) ? res->second : res->first;
if (flags & ObjectFlags::ToEnd) // ensure we find the matching end
{
last = res->second;
last = res->first;
level = 0;
}
}

View File

@ -0,0 +1 @@
<a-i>b

View File

@ -0,0 +1 @@
((a+b)%(/)(a-b))

View File

@ -0,0 +1 @@
'(a+b)/(a-b)'

View File

@ -0,0 +1 @@
<a-a>r

View File

@ -0,0 +1 @@
%([)[a]b] [[c]d%(])

View File

@ -0,0 +1 @@
'[[a]b]' '[[c]d]'