view contrib/vim/ftdetect/nginx.vim @ 8311:6aceb85c5bed quic

Fixed excessive push timer firing. The timer is set when an output frame is generated; there is no need to arm it after it was fired.
author Vladimir Homutov <vl@nginx.com>
date Thu, 02 Apr 2020 14:53:01 +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