summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2023-03-04 19:57:32 +0000
committerBram Moolenaar <Bram@vim.org>2023-03-04 19:57:32 +0000
commit5284b23e148063648be0ff46c730ca574e3ca9fa (patch)
treeac68e9687c7415912f09db726e6ad8a670964164 /src/version.c
parentc99cbf8f289bdda5d4a77d7ec415850a520330ba (diff)
patch 9.0.1379: functions for handling options are not orderedv9.0.1379
Problem: Functions for handling options are not ordered. Solution: Put functions in alphabetical order. (Yegappan Lakshmanan, closes #12101)
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 c93499c416..3f40fd1808 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1379,
+/**/
1378,
/**/
1377,