Automatically highlights word under cursor after given timeout. Uses Vim's new timers feature introduced in version 7.4.1594.
Options
This option sets timeout in milliseconds of cursor idle after which word under cursor is highlighted.
Default: 700
let g:AH_timeout = 700
Sets style of highlighting. Possible values are: (bold|italic|underlined).
Default: 'bold'
let g:AH_style = 'bold'