mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 19:16:21 +00:00
Allow previous autocompletion with shift tab
This commit is contained in:
@@ -369,9 +369,9 @@ plugins_loaded_list(void)
|
||||
}
|
||||
|
||||
char *
|
||||
plugins_autocomplete(const char * const input)
|
||||
plugins_autocomplete(const char * const input, gboolean previous)
|
||||
{
|
||||
return autocompleters_complete(input);
|
||||
return autocompleters_complete(input, previous);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user