commit | 99e4ab2a1e577ddb29030c09c308b67e16fd51c4 | [log] [tgz] |
---|---|---|
author | Virginia Senioria <91khr@users.noreply.github.com> | Fri Mar 24 19:25:06 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 24 19:25:06 2023 +0000 |
tree | 75fa4b40fe1e787efa79eb1b94dbba2a958fe4b2 | |
parent | 3ea62381c527395ae701715335776f427d22eb7b [diff] [blame] |
patch 9.0.1426: indent wrong after "export namespace" in C++ Problem: Indent wrong after "export namespace" in C++. Solution: Skip over "inline" and "export" in any order. (Virginia Senioria, closes #12134, closes #12133)
diff --git a/src/version.c b/src/version.c index 63428d3..f44e29c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1426, +/**/ 1425, /**/ 1424,