1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2553 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2005-05-26 18:11:32 +00:00
родитель 0e0fef03c5
Коммит 638cbe5407

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

@ -2147,8 +2147,8 @@ char **cwd_tab_completion(const char *buf, size_t *num_matches, size_t
return matches;
}
/* Do tab completion. This function now has an arg which refers to how
* much the statusbar cursor position (place) should be advanced. */
/* Do tab completion. place refers to how much the statusbar cursor
* position should be advanced. */
char *input_tab(char *buf, size_t *place, bool *lastwastab, bool *list)
{
size_t num_matches = 0;