From 8d001322c6b675219ba9621e43f3afda06964907 Mon Sep 17 00:00:00 2001 From: David Gilman Date: Mon, 28 Mar 2011 22:37:22 -0500 Subject: [PATCH] This thing hilights extra whitespace! --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 42c6790..5e9eddb 100644 --- a/vimrc +++ b/vimrc @@ -29,6 +29,7 @@ set whichwrap+=] syntax on set gfn=Monaco:h10 set encoding=utf-8 +match Todo /\s\+$/ "makefile force real tabs autocmd BufEnter ?akefile* set noet ts=8 sw=8 nocindent