summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-05-19 09:11:09 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-19 09:11:09 +0200
commit0b0f7d6be08df5411718797043414a6391ebfda5 (patch)
tree7d764dda5de406a08df0e0f9e8ab3658b66b753e /src/version.c
parent4776e64e72de2976ff90b17d236e50e2b02c5540 (diff)
patch 9.1.0420: :browse oldfiles prompts even with single entryv9.1.0420
Problem: :browse oldfiles prompts even with single entry Solution: Do not prompt, but edit the file directly, also when using :filter /pat/ browse oldfiles closes: #14794 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 34f474da4d..aafbddcd8e 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 */
/**/
+ 420,
+/**/
419,
/**/
418,