Need some help on this to explain why I can't call a Plugin command from autocmd
in VIM:
autocmd! Syntax * if !empty(&l:filetype) | RainbowToggleOn | endif
Vim detects a syntax error with:
Error detected while processing Syntax Auto commands for "*":
E488: Trailing characters: RainbowToggleOn | endif