commit | ca8b8d6956dd881de6446fc32c38e817a364a6cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 21:30:27 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 21:30:27 2016 +0100 |
tree | cb255499ccba4e5bfb57549a049491cf4d36007a | |
parent | 9f0e423c2818c0cacd0810f9c3c67cbb6b80963d [diff] [blame] |
patch 8.0.0092 Problem: C indenting does not support nested namespaces that C++ 17 has. Solution: Add check that passes double colon inside a name. (Pauli, closes #1214)
diff --git a/src/version.c b/src/version.c index f07437d..5db35ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 92, +/**/ 91, /**/ 90,