diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-09-27 20:05:17 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-09-27 20:05:39 +0800 |
commit | 36f13ceb0ab384f0cad9813ae02792a1cf13021a (patch) | |
tree | 2b77777178c2d8eb65d7cc72c22119bd96cc4a87 /src/nvim/version.c | |
parent | 542ed5f5d31647bfec6d3119f4e2993544530c35 (diff) | |
download | rneovim-36f13ceb0ab384f0cad9813ae02792a1cf13021a.tar.gz rneovim-36f13ceb0ab384f0cad9813ae02792a1cf13021a.tar.bz2 rneovim-36f13ceb0ab384f0cad9813ae02792a1cf13021a.zip |
vim-patch:8.0.0131
Problem: Not enough test coverage for syntax commands.
Solution: Add more tests. (Dominique Pelle)
https://github.com/vim/vim/commit/73b484c4da00011317dc68ada4f5dfc6515ad263
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 b0d4e194fa..bf53f16e8d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -972,7 +972,7 @@ static const int included_patches[] = { 134, 133, // 132, - // 131, + 131, // 130 NA // 129 NA 128, |