Fixed URL for p4.vim in tutorial script

Change-Id: Ia7a174edfd63ba677fce81fc91b4463cfc62d813
This commit is contained in:
Eder Ollora 2018-06-18 13:03:57 +02:00 committed by Carmelo Cascone
parent 228092b190
commit 319b9bfe3e

View File

@ -39,7 +39,7 @@ mkdir -p .vim/ftdetect
mkdir -p .vim/syntax
echo "au BufRead,BufNewFile *.p4 set filetype=p4" >> .vim/ftdetect/p4.vim
echo "set bg=dark" >> .vimrc
wget https://raw.githubusercontent.com/p4lang/tutorials/master/P4D2_2018_East/vm/p4.vim
wget https://github.com/p4lang/tutorials/blob/master/vm/p4.vim
mv p4.vim .vim/syntax/p4.vim
# Sublime