X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5af4f8855e8f1d65e24e8988f325413f171de903..a4a2b937184cc4105939380cdf691a138ba727bd:/syntax/obfuscated.vim diff --git a/syntax/obfuscated.vim b/syntax/obfuscated.vim index bc66594..0a53ea8 100644 --- a/syntax/obfuscated.vim +++ b/syntax/obfuscated.vim @@ -1,5 +1,7 @@ if exists('b:current_syntax') | finish| endif +setlocal cursorline + " set redacted colors from colorscheme let s:error_highlight_str = execute( 'highlight Error' ) let s:error_fg = matchstr(s:error_highlight_str, 'guifg=\zs\S*')