Merge remote-tracking branch 'lenormf/fix-2966'

This commit is contained in:
Maxime Coste 2019-06-15 10:48:49 +10:00
commit 984472f681

View File

@ -799,7 +799,7 @@ select_argument(const Context& context, const Selection& selection,
skip_while_reverse(end, begin, is_blank);
}
// get starting delimiter for non inner last arg
else if (not first_arg and last_arg)
else if (not first_arg and last_arg and begin != buffer.begin())
--begin;
if (end == buffer.end())