]> 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:

properly show colours on errors
authormartin f. krafft <madduck@madduck.net>
Sat, 5 Sep 2009 10:08:36 +0000 (12:08 +0200)
committermartin f. krafft <madduck@madduck.net>
Sat, 5 Sep 2009 10:08:36 +0000 (12:08 +0200)
.vim/colors/madduck.vim

index 3947d39494c6d7c17ab37127e55dfd1089ac1b21..b5c45de1f92193d460a60bca8b6a5936ce5c5eeb 100644 (file)
@@ -29,7 +29,7 @@ if &background == "dark"
   hi mailQuoted5            ctermfg=darkgreen
   hi mailQuoted6            ctermfg=magenta
 
-  hi Error      ctermfg=White       ctermbg=Red     cterm=reverse   term=reverse
+  hi Error      ctermfg=White       ctermbg=Red     cterm=none   term=none
   hi Todo      ctermfg=Black       ctermbg=Yellow  cterm=standout  term=standout
 
 else