diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-02-07 14:53:52 +0800 |
---|---|---|
committer | lonerover <pathfinder1644@yahoo.com> | 2017-02-07 15:02:15 +0800 |
commit | ca1b683f00a1edf7c5fe3e0bf000360da05db9bf (patch) | |
tree | 15f3f9d5aeeb4df00ebcc3a86ec2f289aa373d81 /src/nvim/version.c | |
parent | cca8d2751a238b7f64eec80fc74e786d358642ce (diff) | |
download | rneovim-ca1b683f00a1edf7c5fe3e0bf000360da05db9bf.tar.gz rneovim-ca1b683f00a1edf7c5fe3e0bf000360da05db9bf.tar.bz2 rneovim-ca1b683f00a1edf7c5fe3e0bf000360da05db9bf.zip |
vim-patch:7.4.2106
Problem: Clang warns about missing field in initializer.
Solution: Define COMMA and use it. (Kazunobu Kuriyama)
https://github.com/vim/vim/commit/ac77aec4daea8d73468fcf4690cb4ccab1d807ed
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index e73b68b6e7..3b3c5a76d7 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -334,7 +334,7 @@ static int included_patches[] = { 2109, // 2108 NA // 2107, - // 2106, + 2106, // 2105 NA // 2104, 2103, |