summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-27 22:47:09 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-27 22:47:09 +0100
commitf8ddb25789a6af530e69f499907979dfbff1c1ea (patch)
treed20b612c3e627b4b7021bd8b8c6eb99094684593 /runtime/filetype.vim
parent89bfc8218c1b3f41cc5d0fe06afd7d0fb2bd5dc6 (diff)
patch 8.2.0161: not recognizing .gv file as dot filetypev8.2.0161
Problem: Not recognizing .gv file as dot filetype. Solution: Add *.gv to dot pattern. (closes #5544)
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index d8184faee5..1347c42b2b 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -491,7 +491,7 @@ au BufNewFile,BufRead *.rul
au BufNewFile,BufRead *.com call dist#ft#BindzoneCheck('dcl')
" DOT
-au BufNewFile,BufRead *.dot setf dot
+au BufNewFile,BufRead *.dot,*.gv setf dot
" Dylan - lid files
au BufNewFile,BufRead *.lid setf dylanlid