aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-10-19 19:56:36 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-10-27 19:53:17 -0400
commitb9204123065f55f022796943bcb77099a00f5e24 (patch)
tree84a9d263895a7fcb3b62880b102ce87dfd6facda /runtime
parentf1f036740a89d7bece1fa7754bfeaad51220e5c7 (diff)
downloadrneovim-b9204123065f55f022796943bcb77099a00f5e24.tar.gz
rneovim-b9204123065f55f022796943bcb77099a00f5e24.tar.bz2
rneovim-b9204123065f55f022796943bcb77099a00f5e24.zip
vim-patch:8.1.0484: some file types are not recognized
Problem: Some file types are not recognized. Solution: Update the file type detection. https://github.com/vim/vim/commit/38654503b04dd5ff4813f81892d9f62db1ff01b9
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 3c158d9012..4390fc878e 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1250,9 +1250,9 @@ au BufNewFile,BufRead */etc/protocols setf protocols
" Pyrex
au BufNewFile,BufRead *.pyx,*.pxd setf pyrex
-" Python, Python Shell Startup Files
+" Python, Python Shell Startup and Python Stub Files
" Quixote (Python-based web framework)
-au BufNewFile,BufRead *.py,*.pyw,.pythonstartup,.pythonrc,*.ptl setf python
+au BufNewFile,BufRead *.py,*.pyw,.pythonstartup,.pythonrc,*.ptl,*.pyi setf python
" Radiance
au BufNewFile,BufRead *.rad,*.mat setf radiance
@@ -1401,8 +1401,8 @@ au BufNewFile,BufRead *.sdl,*.pr setf sdl
" sed
au BufNewFile,BufRead *.sed setf sed
-" Sieve (RFC 3028)
-au BufNewFile,BufRead *.siv setf sieve
+" Sieve (RFC 3028, 5228)
+au BufNewFile,BufRead *.siv,*.sieve setf sieve
" Sendmail
au BufNewFile,BufRead sendmail.cf setf sm