aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-02-02 01:06:38 -0800
committerGitHub <noreply@github.com>2020-02-02 01:06:38 -0800
commit045e86474b75992834f54157b04ea2a941ab03a7 (patch)
tree73a5cc290f3ba314bc906904509d1da3ffad997d /runtime
parent26199fedca0c90bdfb1b3279de2ad737fd308e52 (diff)
parent5032bc85144f929e0a3fef0df694ae08b3c52d14 (diff)
downloadrneovim-045e86474b75992834f54157b04ea2a941ab03a7.tar.gz
rneovim-045e86474b75992834f54157b04ea2a941ab03a7.tar.bz2
rneovim-045e86474b75992834f54157b04ea2a941ab03a7.zip
Merge #11802 from janlazo/vim-8.2.0161
vim-patch:8.1.{140,1269},8.2.0161
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 1121ea4460..49e1e9909b 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -487,7 +487,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