A fork of vim-scripts/gnuplot.vim, a syntax file for gnuplot.
Using pathogen
cd ~/.vim/bundle
git clone https://github.com/uemurax/gnuplot.vim
Using NeoBundle
Add the following line to your .vimrc line
NeoBundle 'uemurax/gnuplot.vim'
Launch vim and run :NeoBundleInstall.