sponsor Vim development Vim logo Vim Book Ad

Viewing Procmail Log : Seeing only the interesting parts of procmail log

 script karma  Rating 0/0, Downloaded by 523  Comments, bugs, improvements  Vim wiki

created by
parv .
 
script type
syntax
 
description
Here is a syntax file for viewing Procmail log.  The syntax works at least w/ vim 6.2.

I have commented [out] my preferred colors; otherwise did my best to have reasonable colors wrt dark background.

Refer to http://www103.pair.com/parv/comp/unix/cf/vim/procmail.vim for any updates.  Before you replace the syntax file from here, mind that the one exeternally available is not as generous regarding other syntax.  For one, the external one starts w/ "syn clear" unconditionally.
 
install details
Associate it just like any other syntax/highlight file.  If your log file is named "procmail.log*", then...

  au BufNewFile,BufRead procmail.log* so /path/to/procmail-log.vim
  au BufNewFile,BufRead procmail.log* set syn=procmail-log
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
procmail-log.vim 0.2 2004-02-01 6.0 parv . Initial upload
ip used for rating: 18.118.120.204

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github