--- vim72/runtime/syntax/sshconfig.vim~ 2006-03-05 22:55:08.000000000 +0100 +++ vim72/runtime/syntax/sshconfig.vim 2010-02-26 20:30:51.000000000 +0100 @@ -23,7 +23,7 @@ syn case ignore " Comments -syn match sshconfigComment "#.*$" contains=sshconfigTodo +syn match sshconfigComment "^[[:space:]]*#.*$" contains=sshconfigTodo syn keyword sshconfigTodo TODO FIXME NOT contained " Constants