diff options
author | James McCoy <jamessan@jamessan.com> | 2016-05-10 22:10:38 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-05-20 21:43:15 -0400 |
commit | d5168064bfe8da23f713eb7c7acbff439575c343 (patch) | |
tree | 81db2b6aebea4b1335e6f16e8669f924fe4f9776 /src | |
parent | 8a379aacd758056a89dfbd5e1a4d702ec57e9138 (diff) | |
download | rneovim-d5168064bfe8da23f713eb7c7acbff439575c343.tar.gz rneovim-d5168064bfe8da23f713eb7c7acbff439575c343.tar.bz2 rneovim-d5168064bfe8da23f713eb7c7acbff439575c343.zip |
vim-patch:7.4.1018
Problem: Failure running tests.
Solution: Add missing change to list of old style tests.
https://github.com/vim/vim/commit/af2dff8fbc0e0c1dd7cb5ae058c3b896c28f7d24
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 b6b55964f3..bd712b8ac0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -666,7 +666,7 @@ static int included_patches[] = { // 1021 NA // 1020 NA // 1019 NA - // 1018, + 1018, 1017, // 1016 NA 1015, |