I use bash and vim that come with msysgit. I added the .vimrc file to my home folder, and most of the commands I execute. But syntax on not.
This is the contents of my ~/.vimrc file:
set cul hi CursorLine cterm=none ctermbg=darkgray ctermfg=white syntax on
The current line and selection now works, but syntax on does not work. Msysgit installs its own vim and in the folder C:\Program Files (x86)\Git\share\vim\vim73\syntax it does not contain the bash.vim or sh.vim file. Other files are where conf.vim, gitcommit.vim and gitrebase.vim are even c.vim.
I guess so there is no backlight. Given that I cannot touch this folder (not ask), how can I change the .vimrc file to load the bash.vim file - and what is a good place to get it?
Any help is appreciated.
source share