Fix vim syntax highlighting

Added VIM environment variable so that vim can find the syntax
files
This commit is contained in:
Simon Hartcher 2014-11-02 23:14:43 +11:00
parent 4c85935c3a
commit f7fff22df1

View File

@ -27,5 +27,8 @@
"checkver": {
"url": "http://www.vim.org/download.php",
"re": "Vim ([0-9\\.]+) is the latest stable version"
},
"env_set": {
"VIM": "$dir"
}
}