forked from aniani/vim
patch 8.0.1282: script-local variable defined in the wrong script
Problem: script-local variable defined in the wrong script Solution: Move variable to autoload/filetype.vim.
This commit is contained in:
@@ -1542,7 +1542,6 @@ au BufNewFile,BufRead *.mib,*.my setf mib
|
||||
au BufNewFile,BufRead *.hog,snort.conf,vision.conf setf hog
|
||||
au BufNewFile,BufRead *.rules call filetype#FTRules()
|
||||
|
||||
let s:ft_rules_udev_rules_pattern = '^\s*\cudev_rules\s*=\s*"\([^"]\{-1,}\)/*".*'
|
||||
" Spec (Linux RPM)
|
||||
au BufNewFile,BufRead *.spec setf spec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user