vim-patch:9.0.0752: Rprofile files are not recognized (#20658)

Problem:    Rprofile files are not recognized.
Solution:   Recognize Rprofile files as "r". (closes vim/vim#11369)
7e120ffccb
This commit is contained in:
Christian Clason
2022-10-15 10:12:25 +02:00
committed by GitHub
parent 1c478391ca
commit e26b48bde6
3 changed files with 7 additions and 1 deletions

View File

@@ -1540,6 +1540,9 @@ local filename = {
['.pythonstartup'] = 'python',
['.pythonrc'] = 'python',
SConstruct = 'python',
['.Rprofile'] = 'r',
['Rprofile'] = 'r',
['Rprofile.site'] = 'r',
ratpoisonrc = 'ratpoison',
['.ratpoisonrc'] = 'ratpoison',
inputrc = 'readline',