summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-01 16:54:07 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-01 16:54:07 +0200
commit0022675aa362da0969666e48ced252b57ca1f79e (patch)
treefb5ff0f19151ce9bb46129a10e26dab85ca44bb8 /runtime
parent5366e1aecfff4546df6af86cf98013f23ed5c3bd (diff)
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.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index ba1b79508c..2b134c22b6 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