From af49e65f105e0dfee3ddad95afacff67cad59cbf Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 22 May 2023 15:56:09 +0200 Subject: [PATCH] correction aide --- vim-conf/vimscode.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim-conf/vimscode.sh b/vim-conf/vimscode.sh index 82d2414..90d5c39 100755 --- a/vim-conf/vimscode.sh +++ b/vim-conf/vimscode.sh @@ -1,13 +1,13 @@ #!/bin/bash if [ "$1" = '-a' ] || [ "$1" = '-arduino' ] ; then - vim -p $2 ~/.vim/help/aide-arduino + vim -p $2 ~/.vim/help/Fr/aide-arduino fi if [ "$1" = '-e' ] || [ "$1" = '-esp' ] ; then - vim -p $2 ~/.vim/help/aide-esp32 + vim -p $2 ~/.vim/help/Fr/aide-esp32 fi if [ "$1" = '-p' ] || [ "$1" = '-platform.io' ] ; then - vim -p $2 ~/.vim/help/aide-platform.io + vim -p $2 ~/.vim/help/Fr/aide-platform.io fi