]> git.pld-linux.org Git - packages/vim-syntax-nginx.git/commitdiff
set filetype for nginx.conf with any path
authorElan Ruusamäe <glen@delfi.ee>
Sun, 3 May 2015 18:53:53 +0000 (21:53 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 3 May 2015 18:53:53 +0000 (21:53 +0300)
ftdetect.vim
vim-syntax-nginx.spec

index 929b72dbfcad5dba0efb96166395b220f29e23f5..d1d988b4f4679552a204539e76f0b3f541b75d65 100644 (file)
@@ -1 +1 @@
-au BufNewFile,BufRead /etc/nginx/*.conf set filetype=nginx
+au BufNewFile,BufRead /etc/nginx/*.conf,nginx.conf set filetype=nginx
index 4c18009648b95b3805779bfa52819fbdd8702911..4c1f75098e77d4641b552541ce12fbda9004a114 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Vim syntax: Highlight code in nginx config file
 Summary(pl.UTF-8):     Opis składni dla Vima: podświetlanie kodu wewnątrz plików konfiguracyjnych nginx
 Name:          vim-syntax-%{syntax}
 Version:       0.3.3
-Release:       1
+Release:       2
 License:       public domain
 Group:         Applications/Editors/Vim
 Source0:       http://www.vim.org/scripts/download_script.php?src_id=19394&/%{syntax}.vim
This page took 0.074811 seconds and 4 git commands to generate.