Control: merge -1 806756 Hi and thanks for reporting.
I believe you need to set filetype or enable filetype detection in vim. Adding 'filetype on' into your .vimrc will enable filetype detection at start or setting filetype with :set filetype=cpp will enable filetype for file you are editing.

