diff --git a/src/text.c b/src/text.c index 19c13ce1..e6e01f35 100644 --- a/src/text.c +++ b/src/text.c @@ -59,8 +59,7 @@ void do_tab(void) { #ifndef NANO_TINY /* When is pressed while a region is marked, indent the region. */ - if (openfile->mark && openfile->mark != openfile->current && - currmenu == MMAIN && !bracketed_paste) + if (openfile->mark && openfile->mark != openfile->current) do_indent(); else #endif