diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-04-23 22:28:32 +0200 |
---|---|---|
committer | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-04-23 23:43:32 +0200 |
commit | 445f0d7eed7c96aa30780622e6ee437794529547 (patch) | |
tree | 179a4e502f9a2724962b52351b36009a9b1aa162 /src/nvim/version.c | |
parent | 3098b18a2b63a841351f6d5e3697cb69db3035ef (diff) | |
download | rneovim-445f0d7eed7c96aa30780622e6ee437794529547.tar.gz rneovim-445f0d7eed7c96aa30780622e6ee437794529547.tar.bz2 rneovim-445f0d7eed7c96aa30780622e6ee437794529547.zip |
vim-patch:7.4.822
Problem: More problems reported by coverity.
Solution: Avoid the warnings. (Christian Brabandt)
https://github.com/vim/vim/commit/cde885473099296c4837de261833f48b24caf87c
Applied manually. Files that do not exst anymore: gui.c gui_w16.c gui_w32.c
if_xcmdsrv.c os_unix.c
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 ca6b66f220..0342da892e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -855,7 +855,7 @@ static int included_patches[] = { 825, // 824 NA 823, - // 822, + 822, // 821 NA 820, 819, |