mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-28 09:07:19 +03:00
Merge remote-tracking branch 'occivink/no-sel-remaining-alt-space'
This commit is contained in:
commit
489404befa
@ -2106,7 +2106,7 @@ void remove_selection(Context& context, NormalParams p)
|
||||
if (index >= selections.size())
|
||||
throw runtime_error{format("invalid selection index: {}", index)};
|
||||
if (selections.size() == 1)
|
||||
throw runtime_error{"cannot remove the last selection"};
|
||||
throw no_selections_remaining{};
|
||||
|
||||
selections.remove(index);
|
||||
selections.check_invariant();
|
||||
|
Loading…
Reference in New Issue
Block a user