vim-patch:9.1.0275: filetype: R history files are not recognized

Problem:  filetype: R history files are not recognized
Solution: Detect '.Rhistory' files as r filetype
          (Wu, Zhenyu)

closes: vim/vim#14440

fc21b6437c

Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
Christian Clason
2024-04-08 22:41:20 +02:00
parent bef4ad6507
commit 2857cde070
2 changed files with 2 additions and 1 deletions

View File

@@ -1474,6 +1474,7 @@ local filename = {
['.pythonrc'] = 'python',
SConstruct = 'python',
qmldir = 'qmldir',
['.Rhistory'] = 'r',
['.Rprofile'] = 'r',
Rprofile = 'r',
['Rprofile.site'] = 'r',