Starting the autocompletion

This commit is contained in:
Anonymus Raccoon
2020-05-21 18:23:50 +02:00
parent ad878d8c89
commit 723dd13aba
4 changed files with 23 additions and 1 deletions
+2
View File
@@ -41,3 +41,5 @@ int end_of_line_command(int key, buffer_t *buffer, env_t *env);
int up_history_command(int key, buffer_t *buffer, env_t *env);
int down_history_command(int key, buffer_t *buffer, env_t *env);
int complete_command(int key, buffer_t *buffer, env_t *env);