commit | 4e601e3c82899b3a8334856397946efeaa007f29 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 13:29:51 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 13:29:51 2018 +0200 |
tree | 0d7cfcb8ab399db03ee112a92c928d85954b1c72 | |
parent | 3b9474b4ad4d85b5396f7f641b436f193dc9d486 [diff] [blame] |
patch 8.0.1751: #ifdef causes bad highlighting Problem: #ifdef causes bad highlighting. Solution: Move code around. (Ozaki Kiichi, closes #2731)
diff --git a/src/version.c b/src/version.c index 123db5b..ac6e0e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1751, +/**/ 1750, /**/ 1749,