Skip to content

Instantly share code, notes, and snippets.

@shazow
Forked from dahu/gist:11338846
Last active August 29, 2015 14:00
Show Gist options
  • Save shazow/11339093 to your computer and use it in GitHub Desktop.
Save shazow/11339093 to your computer and use it in GitHub Desktop.
autocmd CursorMoved,CursorMovedI * hi FOW ctermfg=black ctermbg=NONE guifg=#444444 guibg=NONE
call matchadd('FOW', '\%(.*\n\)\{1,20\}\ze\%(.*\n\)\{3\}.*\%#')
call matchadd('FOW', '.*\%#.*\%(\n.*\)\{3\}\zs\%(.*\n\)\{1,20\}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment