aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorKunMing Xie <qqzz014@gmail.com>2017-09-10 18:52:43 +0800
committerJustin M. Keyes <justinkz@gmail.com>2017-09-10 12:52:43 +0200
commitceade2fe53175555c44fdc4b65530f18aeb17591 (patch)
tree57aa743ee0a05c9cc4deeee284a96c23c85bb6b0 /src/nvim/version.c
parent713a957e9c90fc1c57935e33346347807595f946 (diff)
downloadrneovim-ceade2fe53175555c44fdc4b65530f18aeb17591.tar.gz
rneovim-ceade2fe53175555c44fdc4b65530f18aeb17591.tar.bz2
rneovim-ceade2fe53175555c44fdc4b65530f18aeb17591.zip
vim-patch:8.0.0186 (#7154)
Problem: The error message from assert_notequal() is confusing. Solution: Only mention the expected value. https://github.com/vim/vim/commit/5869cf060e60cc09e71b2b3bd85f0576ec78f9f5
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 e7061fff9d..4c0071f248 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -766,7 +766,7 @@ static const int included_patches[] = {
// 189,
188,
// 187 NA
- // 186,
+ 186,
// 185,
// 184,
// 183,