Re: [patch] Add logcheck filetype

2010-07-29 Fir de Conversatie Bram Moolenaar
James Vega wrote: > >> Attached patch adds support for detecting logcheck's[0] rules files[1] > >> as the logcheck filetype. Â The one use, so far, is to disable automatic > >> wrapping of text since each line is supposed to contain a single regular > >> expression. > > > > A pattern that ends in

Re: [patch] Add logcheck filetype

2010-07-29 Fir de Conversatie James Vega
On Wed, Jul 28, 2010 at 9:08 AM, Bram Moolenaar wrote: > > James Vega wrote: > >> Attached patch adds support for detecting logcheck's[0] rules files[1] >> as the logcheck filetype.  The one use, so far, is to disable automatic >> wrapping of text since each line is supposed to contain a single re

Re: [patch] Add logcheck filetype

2010-07-28 Fir de Conversatie Bram Moolenaar
James Vega wrote: > Attached patch adds support for detecting logcheck's[0] rules files[1] > as the logcheck filetype. The one use, so far, is to disable automatic > wrapping of text since each line is supposed to contain a single regular > expression. A pattern that ends in a star needs specia

[patch] Add logcheck filetype

2010-07-27 Fir de Conversatie James Vega
Bram, Attached patch adds support for detecting logcheck's[0] rules files[1] as the logcheck filetype. The one use, so far, is to disable automatic wrapping of text since each line is supposed to contain a single regular expression. [0]: http://logcheck.alioth.debian.org/ [1]: http://logcheck.al