VIM E518: Unknown option: dark -


i configuring vim colorscheme these in .vimrc.

 "color scheme    syntax enable    set background = dark    colorscheme solarized 

when open file vim, reports:

error detected while processing /home/user/.vimrc:   line    3:   e518: unknown option: dark   press enter or type command continue   

but works picture: dark background

beacuse when comment in .vimrc:

 "set background = dark   

the monitor this:commented dark background.
want know why happen , how fix it.

valid syntax :set:

set option=value set option= value 

valid syntax :let:

let variable=value let variable= value let variable =value let variable = value 

it recommended use same syntax consistency. use:

set option=value let variable = value 

Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -