Editing with vi in terminal gives the following error. E185: Cannot find color scheme metacosm. I think the problem is not im my .vimrc (no strange carrage returns). I strongly suspect this problem has to do with os x (10.6).
My .vimrc (line 9).
- " Favorite Color Scheme
- if has("gui_running")
- colorscheme inkpot
- " Remove Toolbar
- set guioptions-=T
- "Terminus is AWESOME
- set guifont=Terminus\ 9
- else
- colorscheme metacosm
- endif
