From: Julien Moutinho Date: Mon, 6 Oct 2014 15:30:20 +0000 (+0200) Subject: Correction : config vim. X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27static%27%2C%20filename=%27css/%22%24fichier/%7B%7B%20attachment.url%20%7D%7D?a=commitdiff_plain;h=2bb05a4b8bdc5e7b41e4e44745e1005d927640f7;p=tool%2Fhledger.git Correction : config vim. --- diff --git a/vim/install b/vim/install index fa5aa88..85d4e22 100755 --- a/vim/install +++ b/vim/install @@ -40,6 +40,6 @@ cat <<-EOF $( cd "$tool" find config -name '*.vim' \ - -exec echo 'source '{} \; + -exec echo 'source $HOME/.vim/'{} \; ) EOF