Using Vim 7.4, the values `repeat-x` and `repeat-y` are not recognized by css.vim: ``` #example2 { background-repeat: repeat; background-repeat: repeat-x; background-repeat: repeat-y; } ``` Screenshot: 