diff options
author | K.Takata <kentkt@csc.jp> | 2022-02-03 13:05:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-02-03 13:05:32 +0000 |
commit | 6e1d31e9e3ca42cb883abca198f011dc6f4ceb14 (patch) | |
tree | 85e836c29901bb4997d3f839303959f12a8f1b75 /src/version.c | |
parent | 2d3ac2e03093c4b0ae5d18c5f2f51ae0c2a9ec72 (diff) | |
download | vim-git-6e1d31e9e3ca42cb883abca198f011dc6f4ceb14.tar.gz |
patch 8.2.4288: preprocessor indents are inconsistentv8.2.4288
Problem: Preprocessor indents are inconsistent.
Solution: Fix preprocessor indents. (Ken Takata, closes #9691)
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 b53b4eb3d..cc4e7d29b 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4288, +/**/ 4287, /**/ 4286, |