]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1291: C indent wrong when * immediately follows comment v8.0.1291
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Nov 2017 14:36:38 +0000 (15:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Nov 2017 14:36:38 +0000 (15:36 +0100)
commitf8c53d3d268fc67a29c8c1a4e76fae85762e11b5
treebff53e0854e8031f9df4866456922991dc236146
parent80eaddd3a0bc47cb14168964678420cfe03a2502
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)
src/search.c
src/testdir/test3.in
src/testdir/test3.ok
src/version.c