tweag / promptworks.vim

PromptWorks vim configs as a self-bootstrapping vundle setup
2 stars 1 forks source link

Error detected while processing function IndentGuidesEnable #7

Closed nicholaides closed 9 years ago

nicholaides commented 10 years ago

Without colorscheme default, we get this error. Tomorrow doesn't define a a highlight group for normal?

Reported by @jgarber

toppa commented 10 years ago

This sounds related to what I've run into.

When I run

bash < <(curl -Ls https://github.com/promptworks/promptworks.vim/raw/master/scripts/setup.sh)

and then start vim, I get:

~/Projects/cloudstack-python# vim setup.py

Error detected while processing /Users/toppa/.vimrc:
line   12:
E185: Cannot find color scheme Tomorrow
Press ENTER or type command to continue

and then after I hit enter I get:

"setup.py" 11L, 360C
Error detected while processing function <SNR>103_IndentGuidesEnable..indent_gui
des#enable..indent_guides#init_script_vars..indent_guides#capture_highlight:
line    2:
E411: highlight group not found: Normal
Press ENTER or type command to continue
nicholaides commented 10 years ago

@jgarber You experienced this. Did you have a solution?