From: Josef Fortier Date: Sat, 23 Feb 2019 21:47:38 +0000 (-0600) Subject: cursorline makes obfuscation more palatable X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/a4a2b937184cc4105939380cdf691a138ba727bd cursorline makes obfuscation more palatable --- 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*')