On Tuesday, 16 September 2014 19:56:56 UTC+8, Ben Fritz wrote: > ..... > But it also looks like they're not installed per the instructions. You start > by > turning on filetype and indent detection, and syntax highlighting, and then > you > turn it off again. THEN you set up both your plugin managers. I think you're > supposed to set up your plugin managers prior to turning on filetype detection > or syntax.
Hi Ben, You are correct!! The error message are GONE when I moved `syntax` setting after `vundle` ended!!!!! That means, this error was triggered by *Line 19 in my vimrc* (https://github.com/Marslo/VimConfig/blob/94ed40791777d230ff53309c9c275791f3c9df1a/Configurations/vimrc_PublicEnv#L19) What I did is: - Move the *Line 19* (https://github.com/Marslo/VimConfig/blob/94ed40791777d230ff53309c9c275791f3c9df1a/Configurations/vimrc_PublicEnv#L19) to the end of `vundle` stuff (https://github.com/Marslo/VimConfig/blob/186ce94d1c30c3ee0477ac62907e5b682b78ad40/Configurations/vimrc_PublicEnv#L99) - Remove the `filetype plugin indent on` in Line 20, because this setting duplicated with Line 96 (End of vundle stuff) And Everything just FINE!! Thanks a lot!!! I've asked this question in StackExchange -> Superuser (http://superuser.com/questions/806602/e185-cannot-find-color-scheme-for-synload-vim-line-19?noredirect=1#comment1054351_806602), One guy lost himself in entangled with my specified runtimepath.... Finally, this problem has been fixed.... Thank you bloody much !!!!! :) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
