aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-07-31 03:54:18 +0200
committerGitHub <noreply@github.com>2017-07-31 03:54:18 +0200
commit10399165e5dd93a3cfda5082f4aa544a13273e5d (patch)
tree63682412d20c316290b9017b35617d8ba83faaf8 /src/nvim/version.c
parentb5e713e70d2db3017e9582c6165f2f62eb112826 (diff)
downloadrneovim-10399165e5dd93a3cfda5082f4aa544a13273e5d.tar.gz
rneovim-10399165e5dd93a3cfda5082f4aa544a13273e5d.tar.bz2
rneovim-10399165e5dd93a3cfda5082f4aa544a13273e5d.zip
vim-patch:8.0.0498 (#7103)
Problem: Two autocmd tests are skipped on MS-Windows. Solution: Make the test pass on MS-Windows. Write the messages in a file instead of getting the output of system(). https://github.com/vim/vim/commit/e94260f3582cf928cc59e792b3b6ede57794a4a6
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 6662dff437..1035963136 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -231,7 +231,7 @@ static const int included_patches[] = {
// 501,
// 500,
499,
- // 498,
+ 498,
// 497,
// 496,
// 495,