1
1

Normalizing the indentation in do_help().

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5017 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
Benno Schulenberg 2014-06-23 20:22:42 +00:00
родитель 12ecfbbae8
Коммит cfa1338fb0
2 изменённых файлов: 22 добавлений и 21 удалений

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

@ -9,6 +9,7 @@
functions 'tofiles','gotodir' and 'flipnewbuffer', and correct
the description of 'gototext' (not being about the file browser).
* doc/syntax/nanorc.nanorc: Show Ins and Del as valid rebindable keys.
* src/help.c (do_help): Normalize the indentation.
2014-06-22 Benno Schulenberg <bensberg@justemail.net>
* src/browser.c (parse_browser_input), src/help.c (parse_help_input):

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

@ -166,7 +166,7 @@ void do_help(void (*refresh_func)(void))
line = last_line - (editwinrows - 1);
}
} else if (f->scfunc == do_exit) {
/* Abort the help browser. */
/* Exit from the help browser. */
break;
}
}