vim-patch:83caecf

Updated runtime files.

83caecf314
This commit is contained in:
Justin M. Keyes
2015-12-17 04:50:58 -05:00
parent 9d64d75031
commit 1f27ccb77f
5 changed files with 55 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last Change: 2015 Jan 07
" Last Change: 2015 Jan 14
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -2032,6 +2032,10 @@ func! s:FTRules()
setf conf " Better than hog
return
endif
if path =~ '^/\(etc\|usr/share\)/polkit-1/rules\.d'
setf javascript
return
endif
try
let config_lines = readfile('/etc/udev/udev.conf')
catch /^Vim\%((\a\+)\)\=:E484/