diff options
author | David Bürgin <676c7473@gmail.com> | 2015-05-09 21:34:59 +0200 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-05-11 21:27:46 -0400 |
commit | 24983148765868dbcd598b507f5d3160326b1087 (patch) | |
tree | ba29137174fcd5d35568cbc16171faafc3cbc983 /src | |
parent | 7ff582f86c7b68a00f6a933df89aa876816304aa (diff) | |
download | rneovim-24983148765868dbcd598b507f5d3160326b1087.tar.gz rneovim-24983148765868dbcd598b507f5d3160326b1087.tar.bz2 rneovim-24983148765868dbcd598b507f5d3160326b1087.zip |
vim-patch:7.4.581: Mark as NA #2624
Problem: Compiler warnings for unitinialized variables. (John Little)
Solution: Initialize the variables.
https://github.com/vim/vim/commit/v7-4-581
Not applicable. Depended on patch 7.4.560, which was NA, see #1743.
Diffstat (limited to 'src')
-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 ce7a21a99a..e3c2ee9e99 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -202,7 +202,7 @@ static int included_patches[] = { //584 NA //583 NA //582, - //581, + //581 NA 580, //579, 578, |