feature: added completion for ~ and ${}

WIP leaks detected on ${} completion
This commit is contained in:
Tanguy Maze
2019-10-31 14:59:47 +01:00
parent e32efb9312
commit aa5f198c46
5 changed files with 144 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/11/18 13:12:34 by tmaze #+# #+# */
/* Updated: 2019/09/27 16:09:09 by tmaze ### ########.fr */
/* Updated: 2019/10/31 14:38:16 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -45,6 +45,8 @@ t_env *lstaddend(t_env **alst, t_env *new);
t_env *lstgetelem(char *key, t_env *env);
char **lsttotab(t_env *env);
char **res_ext(char **argv, t_env *env);
int exec_cmd(char **argv, t_env **env);
#endif