aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 02:02:32 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 02:27:32 -0400
commitb084f49496c91f8f16dced5850774221921c1667 (patch)
treeba9adc944549e2411896e892db9b185c739b3624 /runtime
parente1171cf1d2e4cfb02b5ea1328310612a2e6548ec (diff)
downloadrneovim-b084f49496c91f8f16dced5850774221921c1667.tar.gz
rneovim-b084f49496c91f8f16dced5850774221921c1667.tar.bz2
rneovim-b084f49496c91f8f16dced5850774221921c1667.zip
vim-patch:8.2.1827: filetype detection does not test enough file names
Problem: Filetype detection does not test enough file names. Solution: Test more file names. (Adam Stankiewicz, closes vim/vim#7099) https://github.com/vim/vim/commit/10a1a534d1ae1d798bb695f9a521052ebbf1e289
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim7
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index de1204d89a..ba87ac165a 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1387,13 +1387,6 @@ au BufNewFile,BufRead *.rego setf rego
" Rexx
au BufNewFile,BufRead *.rex,*.orx,*.rxo,*.rxj,*.jrexx,*.rexxj,*.rexx,*.testGroup,*.testUnit setf rexx
-" R (Splus)
-if has("fname_case")
- au BufNewFile,BufRead *.s,*.S setf r
-else
- au BufNewFile,BufRead *.s setf r
-endif
-
" R Help file
if has("fname_case")
au BufNewFile,BufRead *.rd,*.Rd setf rhelp