]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

cursorline makes obfuscation more palatable
authorJosef Fortier <fortier@augsburg.edu>
Sat, 23 Feb 2019 21:47:38 +0000 (15:47 -0600)
committerJosef Fortier <fortier@augsburg.edu>
Sat, 23 Feb 2019 21:47:38 +0000 (15:47 -0600)
syntax/obfuscated.vim

index bc66594c4853bbcb3e272e92a0d7669e3778b7c5..0a53ea8574d90934a0635b540aa6ecb9db22b48c 100644 (file)
@@ -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*')