parent
0271e4a187
commit
a921bdadbf
|
@ -659,7 +659,7 @@ int parse_kbinput(WINDOW *win)
|
||||||
#ifndef NANO_TINY
|
#ifndef NANO_TINY
|
||||||
/* When <Tab> is pressed while the mark is on, do an indent. */
|
/* When <Tab> is pressed while the mark is on, do an indent. */
|
||||||
if (retval == TAB_CODE && openfile->mark && currmenu == MMAIN &&
|
if (retval == TAB_CODE && openfile->mark && currmenu == MMAIN &&
|
||||||
openfile-> mark != openfile->current)
|
openfile->mark != openfile->current)
|
||||||
return INDENT_KEY;
|
return INDENT_KEY;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue