mirror of
https://github.com/neovim/neovim.git
synced 2026-04-22 07:15:34 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user