X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2F.vimrc;h=b071c5531d72137fe86c067ac7678ae5d345bd3f;hb=9bdbbfd22cc893880cd5f7671917acf15f5e82e5;hp=1e1d189832370bd3b37d3515071f2ae13e8992d6;hpb=1398794a7901ac38c29856d6d08b5f9fac15ff1a;p=grits diff --git a/src/.vimrc b/src/.vimrc index 1e1d189..b071c55 100644 --- a/src/.vimrc +++ b/src/.vimrc @@ -1 +1,4 @@ set makeprg=make\ test +set tw=100 +au FileType valgrind syn match gisFile "\v<(gis-\w+|elev|env|map|sat|test)\.c>" containedin=valgrindSrc +au FileType valgrind hi link gisFile Error