commit | 7e120ffccbf81ae8acac28f11fbd5eab79a1630d | [log] [tgz] |
---|---|---|
author | ObserverOfTime <chronobserver@disroot.org> | Fri Oct 14 20:24:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 14 20:24:24 2022 +0100 |
tree | b14cd154c0448c72a91dd3a42178759529f25aac | |
parent | c9121f798f49fa71e814912cb186d89c164090c3 [diff] [blame] |
patch 9.0.0752: Rprofile files are not recognized Problem: Rprofile files are not recognized. Solution: Recognize Rprofile files as "r". (closes #11369)
diff --git a/src/version.c b/src/version.c index 34129a2..bedbdc0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 752, +/**/ 751, /**/ 750,