2 " Language: FvwmM4 preprocessed Fvwm2 configuration files
3 " Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz>
4 " Last Change: 2002-06-02
5 " URI: http://physics.muni.cz/~yeti/download/syntax/fvwmm4.vim
9 if exists('b:current_syntax')
16 " Let included files know they are included
17 if !exists('main_syntax')
18 let main_syntax = 'fvwm2m4'
23 runtime! syntax/m4.vim
27 unlet b:current_syntax
29 " Include Fvwm2 syntax (Fvwm1 doesn't have M4 preprocessor)
31 runtime! syntax/fvwm.vim
33 so <sfile>:p:h/fvwm.vim
35 unlet b:current_syntax
38 let b:current_syntax = 'fvwm2m4'
40 if main_syntax == 'fvwm2m4'