commit | f7bb86dc593913d055e4cce16cec43f6271adda3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 21:17:36 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 21:17:36 2015 +0200 |
tree | d987f51511bb7af5395ea9adcc467b0a33660dd3 | |
parent | 52e21cf057e313a867b0f529c8e4d52ad5ae740d [diff] [blame] |
patch 7.4.803 Problem: C indent does not support C11 raw strings. (Mark Lodato) Solution: Do not change indent inside the raw string.
diff --git a/src/version.c b/src/version.c index 7de9d82..13dab4d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 803, +/**/ 802, /**/ 801,