commit | f8c53d3d268fc67a29c8c1a4e76fae85762e11b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 12 15:36:38 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 12 15:36:38 2017 +0100 |
tree | bff53e0854e8031f9df4866456922991dc236146 | |
parent | 80eaddd3a0bc47cb14168964678420cfe03a2502 [diff] [blame] |
patch 8.0.1291: C indent wrong when * immediately follows comment Problem: C indent wrong when * immediately follows comment. (John Bowler) Solution: Do not see "/*" after "*" as a comment start. (closes #2321)
diff --git a/src/testdir/test3.ok b/src/testdir/test3.ok index cfb519b..035ea39 100644 --- a/src/testdir/test3.ok +++ b/src/testdir/test3.ok
@@ -2094,3 +2094,9 @@ 4 /* end of define */ + +{ + a = second/*bug*/*line; + x +} +