/vim-highlight

Highlight on idle plugin taken from vim wiki. http://vim.wikia.com/wiki/Auto_highlight_current_word_when_idle

Primary LanguageVimL

This is a copy of a plugin found in the vim wiki: http://vim.wikia.com/wiki/Auto_highlight_current_word_when_idle

I just put it on github to learn how vim plugins work with a manager. Credits to the original author, "mosh".

Highlight all instances of word under cursor, when idle. Useful when studying strange source code. Type z/ to toggle highlighting on/off.