commit | c6aa475a27e3ed1645446b014c32ebf68d005d49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 07 15:39:43 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 07 15:39:43 2017 +0100 |
tree | 8678df5bfa5fd321b930ef9a02cc038fd62490c9 | |
parent | 6e450a57541676036203a72d40b2e604e938371e [diff] [blame] |
patch 8.0.0148: wrong indent in C preprocessor with line continuation Problem: When a C preprocessor statement has two line continuations the following line does not have the right indent. (Ken Takata) Solution: Add the indent of the previous continuation line. (Hirohito Higashi)
diff --git a/src/testdir/test3.in b/src/testdir/test3.in index 096f152..e8648d3 100644 --- a/src/testdir/test3.in +++ b/src/testdir/test3.in Binary files differ