diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-26 17:49:01 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-26 17:49:01 +0200 |
commit | dde81312b031211752d1fcb8539d79f90f324a2e (patch) | |
tree | bb5a3ebc22593448ad0409a5a4c5c7e2fcd7f5eb /src/version.c | |
parent | a4f99f5a8b827162a26ca4e4d59f4f224503398a (diff) | |
download | vim-dde81312b031211752d1fcb8539d79f90f324a2e.zip |
patch 8.0.0999: indenting raw C++ strings is wrong
Problem: Indenting raw C++ strings is wrong.
Solution: Add special handling of raw strings. (Christian Brabandt)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 766bd86c6..e62f6a1bb 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 999, +/**/ 998, /**/ 997, |