summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-04-08 20:26:29 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-08 20:26:29 +0200
commitfc21b6437ce91368c2d53437177083b8bc375720 (patch)
tree9be02878cbae38ff43a8449b610d4d354530ae67 /src/version.c
parentaca8f55596ee350110984c1ca5ab6c39f40bb8a6 (diff)
patch 9.1.0275: filetype: R history files are not recognizedv9.1.0275
Problem: filetype: R history files are not recognized Solution: Detect '.Rhistory' files as r filetype (Wu, Zhenyu) closes: #14440 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c54ec96a99..fb72324df2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 275,
+/**/
274,
/**/
273,