1
1
Reported-by: Brand Huntsman <alpha@qzx.com>
Этот коммит содержится в:
Benno Schulenberg 2019-12-05 11:23:47 +01:00
родитель 0271e4a187
Коммит a921bdadbf

Просмотреть файл

@ -659,7 +659,7 @@ int parse_kbinput(WINDOW *win)
#ifndef NANO_TINY
/* When <Tab> is pressed while the mark is on, do an indent. */
if (retval == TAB_CODE && openfile->mark && currmenu == MMAIN &&
openfile-> mark != openfile->current)
openfile->mark != openfile->current)
return INDENT_KEY;
#endif