mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-06 04:36:17 +02:00
Fixed URL for p4.vim in tutorial script
Change-Id: Ia7a174edfd63ba677fce81fc91b4463cfc62d813
This commit is contained in:
parent
228092b190
commit
319b9bfe3e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user