I think that you are a bit confused with your symbols.
x(n) is a function, where x(-3)=0, x(-2) =1, x(-1)=1, x(0)=1, x(1)=0 or x(n) =1 for n in {-2,-1,0) else 0
If you now say w(n-2) is 1 for n in {0,1,2} else 0, then you are defining w(n) to be the same as x(n).
You are saying
When n=-2...