I installed neocomplcache for vim in both my computer, macbook air and Linux ubuntu 11.10 I use macVim on macbook air, but I use console vim on ubuntu.
First,I copied the sample code to the .vimrc of macVIm. And it works for my macbook and no errors occurs.
After that,I copied the code to the .vimrc of console vim. When I try to run vim on terminal every time. It tolds me that the following sentence is wrong expression.
let g:neocomplcache_dictionary_filetype_lists = {\ 'default' : '',
\ 'vimshell' : $HOME.'/.vimshell_hist',
\ 'scheme' : $HOME.'/.gosh_completions'
\ }
Although I cannot see any negative effects on the function of this plugin,(I use java completion) what wrong it is going on??