Compare commits

...

2 commits

Author SHA1 Message Date
bastien 338d3b0db8 Merge branch 'master' of https://git.cohabit.fr/bastien/VimsCode 2023-05-22 15:56:57 +02:00
bastien af49e65f10 correction aide 2023-05-22 15:56:09 +02:00

View file

@ -1,13 +1,13 @@
#!/bin/bash #!/bin/bash
if [ "$1" = '-a' ] || [ "$1" = '-arduino' ] ; then if [ "$1" = '-a' ] || [ "$1" = '-arduino' ] ; then
vim -p $2 ~/.vim/help/aide-arduino vim -p $2 ~/.vim/help/Fr/aide-arduino
fi fi
if [ "$1" = '-e' ] || [ "$1" = '-esp' ] ; then if [ "$1" = '-e' ] || [ "$1" = '-esp' ] ; then
vim -p $2 ~/.vim/help/aide-esp32 vim -p $2 ~/.vim/help/Fr/aide-esp32
fi fi
if [ "$1" = '-p' ] || [ "$1" = '-platform.io' ] ; then 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 fi