commit | 8aa2a37f8983a7863afa32d9ffbe64b2f2bc70be | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Tue Mar 21 21:28:06 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 21:28:06 2023 +0000 |
tree | 6a1f786d757cbdec0b99e2c6014ed0ecd8a34872 | |
parent | aa26153b6cb8353c1cd64667ec55ab5186fa1036 [diff] [blame] |
patch 9.0.1421: Nu files are not recognized Problem: Nu files are not recognized. Solution: Add a pattern for Nu files. (Amaan Qureshi, closes #12172)
diff --git a/src/version.c b/src/version.c index 32c39be..f6cac46 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1421, +/**/ 1420, /**/ 1419,