Apache/2.4.7 (Ubuntu) Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) safemode : OFF MySQL: ON | Perl: ON | cURL: OFF | WGet: ON > / usr / share / vim / vim74 / syntax / | server ip : 104.21.89.46 your ip : 172.71.254.238 H O M E |
Filename | /usr/share/vim/vim74/syntax/fvwm2m4.vim |
Size | 828 |
Permission | rw-r--r-- |
Owner | root : root |
Create time | 27-Apr-2025 09:56 |
Last modified | 03-Jan-2014 03:40 |
Last accessed | 07-Jul-2025 01:13 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
" Vim syntax file
" Language: FvwmM4 preprocessed Fvwm2 configuration files
" Maintainer: David Ne\v{c}as (Yeti) <[email protected]>
" Last Change: 2002-06-02
" URI: http://physics.muni.cz/~yeti/download/syntax/fvwmm4.vim
" Setup
if version >= 600
if exists('b:current_syntax')
finish
endif
else
syntax clear
endif
" Let included files know they are included
if !exists('main_syntax')
let main_syntax = 'fvwm2m4'
endif
" Include M4 syntax
if version >= 600
runtime! syntax/m4.vim
else
so <sfile>:p:h/m4.vim
endif
unlet b:current_syntax
" Include Fvwm2 syntax (Fvwm1 doesn't have M4 preprocessor)
if version >= 600
runtime! syntax/fvwm.vim
else
so <sfile>:p:h/fvwm.vim
endif
unlet b:current_syntax
" That's all!
let b:current_syntax = 'fvwm2m4'
if main_syntax == 'fvwm2m4'
unlet main_syntax
endif
" Language: FvwmM4 preprocessed Fvwm2 configuration files
" Maintainer: David Ne\v{c}as (Yeti) <[email protected]>
" Last Change: 2002-06-02
" URI: http://physics.muni.cz/~yeti/download/syntax/fvwmm4.vim
" Setup
if version >= 600
if exists('b:current_syntax')
finish
endif
else
syntax clear
endif
" Let included files know they are included
if !exists('main_syntax')
let main_syntax = 'fvwm2m4'
endif
" Include M4 syntax
if version >= 600
runtime! syntax/m4.vim
else
so <sfile>:p:h/m4.vim
endif
unlet b:current_syntax
" Include Fvwm2 syntax (Fvwm1 doesn't have M4 preprocessor)
if version >= 600
runtime! syntax/fvwm.vim
else
so <sfile>:p:h/fvwm.vim
endif
unlet b:current_syntax
" That's all!
let b:current_syntax = 'fvwm2m4'
if main_syntax == 'fvwm2m4'
unlet main_syntax
endif