diff options
author | David Bürgin <676c7473@gmail.com> | 2015-04-23 18:58:31 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-04-27 04:58:37 -0400 |
commit | 2632dc5890744085e8cb24a644a50f7e32a92c03 (patch) | |
tree | 4738a37175e40cda2a1d2aac2dfa4bdf2dcaed41 /src/nvim/version.c | |
parent | b52deb6cc81c75ef5bc1a62f2abcaf46e682f323 (diff) | |
download | rneovim-2632dc5890744085e8cb24a644a50f7e32a92c03.tar.gz rneovim-2632dc5890744085e8cb24a644a50f7e32a92c03.tar.bz2 rneovim-2632dc5890744085e8cb24a644a50f7e32a92c03.zip |
vim-patch:7.4.712
Problem: Missing change in another file.
Solution: Also change message.c
https://github.com/vim/vim/releases/tag/v7-4-712
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 1595abffbf..a6a86f09d1 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -67,7 +67,7 @@ static char *features[] = { // clang-format off static int included_patches[] = { - //712, + 712, 711, 710, //709, |