summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-03-31 19:20:14 +0200
committerChristian Brabandt <cb@256bit.org>2024-03-31 19:20:14 +0200
commitabbb4a4f7032de9e223293182402af5e2867e372 (patch)
tree369fc86f6062564bcdf9c12da32d9c314ddd8136 /src/version.c
parentbe71ac694f623e162f1ecb7a182bdf2fd281591f (diff)
patch 9.1.0243: filetype: netrw history file is not recognizedv9.1.0243
Problem: filetype: netrw history file is not recognized Solution: Detect .netrwhist as vim files (Wu, Zhenyu) closes: #14364 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 f236655fe2..b89c6c874e 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 */
/**/
+ 243,
+/**/
242,
/**/
241,