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: 2019/03/27 16:51:02 by tmaze #+# #+# #
# Updated: 2019/09/27 16:13:51 by tmaze ### ########.fr #
# Updated: 2019/10/31 14:05:15 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -43,7 +43,8 @@ SRC = main.c \
cmd_cd.c \
cmd_echo.c \
ms_exec.c \
ms_env.c
ms_env.c \
ms_ext.c
OBJ = $(SRC:.c=.o)