mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix profile autocompletion
This commit is contained in:
parent
22bcfdc29f
commit
7aa2d3fee2
1 changed files with 1 additions and 0 deletions
|
|
@ -385,6 +385,7 @@ void config_file_show_profiles(void)
|
|||
{
|
||||
continue;
|
||||
}
|
||||
printf("%s ", group[i]);
|
||||
}
|
||||
|
||||
g_strfreev(group);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue