I need to highlight a list of words in vim, preferably the words should be defined in a file. A bit like spell checking. I have been looking at http://vim.wikia.com/wiki/Hig
:match Todo /\<\(word1\|word2\|word3\)\>/