diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-10-01 16:54:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-10-01 16:54:07 +0200 |
commit | 0022675aa362da0969666e48ced252b57ca1f79e (patch) | |
tree | fb5ff0f19151ce9bb46129a10e26dab85ca44bb8 /runtime | |
parent | 5366e1aecfff4546df6af86cf98013f23ed5c3bd (diff) | |
download | vim-git-0022675aa362da0969666e48ced252b57ca1f79e.tar.gz |
patch 8.2.1779: some debian changelog files are not recognizedv8.2.1779
Problem: Some debian changelog files are not recognized.
Solution: Add */debian/changelog. (Jason Franklin)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/filetype.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index ba1b79508..2b134c22b 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -317,7 +317,7 @@ au BufNewFile,BufRead *.css setf css au BufNewFile,BufRead *.con setf cterm " Changelog -au BufNewFile,BufRead changelog.Debian,changelog.dch,NEWS.Debian,NEWS.dch +au BufNewFile,BufRead changelog.Debian,changelog.dch,NEWS.Debian,NEWS.dch,*/debian/changelog \ setf debchangelog au BufNewFile,BufRead [cC]hange[lL]og |