Created
April 27, 2014 06:21
-
-
Save dahu/11338846 to your computer and use it in GitHub Desktop.
Fog of War without SearchParty. He cries for your absence ;-(
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hi FOW ctermfg=black ctermbg=NONE guifg=black 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