@sharlatan @bagder I have a list in my .vimrc:
highlight badWords ctermbg=red ctermfg=white
fun! HiBadWords()
match badWords /\c\<\(obviously\|basically\|simply\|of\scourse\|clearly\|just\|everyone\sknows\|however\|so,\|easy\|PHP\sUnit\)\>/
endfun
autocmd InsertEnter *.txt call HiBadWords()
autocmd InsertLeave *.txt call HiBadWords()
that's very nice ;-)
@bagder of course i had to be a smartass and look
@bagder @shaman007 I would add to that point by saying that in technical writing, it's usually better to use adjectives to add information, rather than just adding emphasis. For me, the only information that "very" adds to a phrase like "WizWoz is very fast" is "Wow, it sure sounds like they really want me to believe that WizWoz is fast."
I'm going to be more skeptical than if the "very" hadn't been there! If WizWoz really were fast, they wouldn't need to throw in adjectives to persuade me.