1 line
No EOL
99 B
VimL
1 line
No EOL
99 B
VimL
au BufRead,BufNewFile /etc/nginx/*,/usr/local/nginx/conf/* if &ft == '' | setfiletype nginx | endif |