commit | 732d69e1918b28ad0fe16eb9bc5a776c7958122b | [log] [tgz] |
---|---|---|
author | Ben Jackson <puremourning@gmail.com> | Sat Apr 15 18:17:17 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 15 18:17:17 2023 +0100 |
tree | 7f9885d2c3fb7bc902700a5b68d4e46c49cbf96b | |
parent | 7e5fe38efc105721400048a2ffdeddbe1b9c0650 [diff] [blame] |
patch 9.0.1455: C++ 20 modules are not recognized Problem: C++ 20 modules are not recognized. Solution: Add patterns to recognize C++ 20 modules as "cpp". (Ben Jackson, closes #12261)
diff --git a/src/version.c b/src/version.c index 9a50ab0..50773f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1455, +/**/ 1454, /**/ 1453,