summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorMathias Jean Johansen <mathias@mjj.io>2023-03-28 21:28:36 +0100
committerBram Moolenaar <Bram@vim.org>2023-03-28 21:28:36 +0100
commit64002035178ac3e0d9ab7269d1bf06c6ede5a854 (patch)
tree8ddfc333d7ff50613f45ac44ec15a9e2083c218c /src/version.c
parent1a08a3e2a584889f19b84a27672134649b73da58 (diff)
downloadvim-git-64002035178ac3e0d9ab7269d1bf06c6ede5a854.tar.gz
patch 9.0.1430: Livebook files are not recognizedv9.0.1430
Problem: Livebook files are not recognized. Solution: Add a pattern for Livebook files. (Mathias Jean Johansen, closes #12203)
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 23e69b343..ee7b36313 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 */
/**/
+ 1430,
+/**/
1429,
/**/
1428,