diff options
author | lonerover <pathfinder1644@yahoo.com> | 2018-05-20 10:30:43 +0800 |
---|---|---|
committer | lonerover <pathfinder1644@yahoo.com> | 2018-05-20 10:31:29 +0800 |
commit | fd5cc7dd0a63e00200a4517d3b6d81f2f8e6863b (patch) | |
tree | 4f56c20121ee29e4e056183354c2cfe81c8301cf /src/nvim/version.c | |
parent | 4dd614e51ac4f2ae0c40637c81d58f731faa63b3 (diff) | |
download | rneovim-fd5cc7dd0a63e00200a4517d3b6d81f2f8e6863b.tar.gz rneovim-fd5cc7dd0a63e00200a4517d3b6d81f2f8e6863b.tar.bz2 rneovim-fd5cc7dd0a63e00200a4517d3b6d81f2f8e6863b.zip |
vim-patch:8.0.0500: quotestar test is still a bit flaky
Problem: Quotestar test is still a bit flaky.
Solution: Add a slower check for v:version.
https://github.com/vim/vim/commit/4889ad7c6cd46368f553cc1140ca17508e8beaaa
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 1267759970..17f89a25d2 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1139,7 +1139,7 @@ static const int included_patches[] = { // 503, 502, // 501, - // 500, + 500, 499, 498, // 497, |