stop bothering me about example programs not checked in
[ira/wip.git] / README.Coding
index da6bb382078bfa4c49f13579797b60382102fb79..fd52dbe890d6b870b7bcfa77b528224debc762f2 100644 (file)
@@ -79,6 +79,11 @@ displaying trailing whitespace:
   " Show tabs, trailing whitespace, and continued lines visually
   set list listchars=tab:»·,trail:·,extends:…
 
+  " highlight overly long lines same as TODOs.
+  set textwidth=80
+  autocmd BufNewFile,BufRead *.c,*.h exec 'match Todo /\%>' . &textwidth . 'v.\+/'
+
+
 =========================
 FAQ & Statement Reference
 =========================