summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-03-05 20:17:39 +0000
committerBram Moolenaar <Bram@vim.org>2023-03-05 20:17:39 +0000
commit4390d872b6c9498527a43fc7c30a5384f2e1db12 (patch)
tree4e098811c1ab01f99b600ce5b477e254b6d8e348 /src/version.c
parentc142d6513e8d71a8f26c5ca1cb00b7b3de9b15e6 (diff)
patch 9.0.1383: xxd: combination of little endian and cols failsv9.0.1383
Problem: xxd: combination of little endian and cols fails. (Aapo Rantalainen) Solution: Round up the space taken by the hex output. (closes #12097)
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 8533a0815d..4482a6e911 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 */
/**/
+ 1383,
+/**/
1382,
/**/
1381,