commit | 64002035178ac3e0d9ab7269d1bf06c6ede5a854 | [log] [tgz] |
---|---|---|
author | Mathias Jean Johansen <mathias@mjj.io> | Tue Mar 28 21:28:36 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 28 21:28:36 2023 +0100 |
tree | 8ddfc333d7ff50613f45ac44ec15a9e2083c218c | |
parent | 1a08a3e2a584889f19b84a27672134649b73da58 [diff] [blame] |
patch 9.0.1430: Livebook files are not recognized Problem: Livebook files are not recognized. Solution: Add a pattern for Livebook files. (Mathias Jean Johansen, closes #12203)
diff --git a/src/version.c b/src/version.c index 23e69b3..ee7b363 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1430, +/**/ 1429, /**/ 1428,