view contrib/vim/ftdetect/nginx.vim @ 6393:70e6e1f12dee

Stream: initialize variable right before using it.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 11 Feb 2016 14:20:26 +0300
parents f38043bd15f5
children
line wrap: on
line source

au BufRead,BufNewFile *.nginx set ft=nginx
au BufRead,BufNewFile */etc/nginx/* set ft=nginx
au BufRead,BufNewFile */usr/local/nginx/conf/* set ft=nginx
au BufRead,BufNewFile nginx.conf set ft=nginx