9 lines
139 B
VimL
9 lines
139 B
VimL
if &compatible || v:version < 603
|
|
finish
|
|
endif
|
|
|
|
|
|
" GlusterFS Volume files
|
|
au BufNewFile,BufRead *.vol
|
|
\ set filetype=glusterfs
|