diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-12-02 16:26:30 +0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-01-21 11:22:43 +0100 |
commit | 9db4dc971dd9357c57dbfeae3ec535033c38743b (patch) | |
tree | 244ce20f547b3efeef59ecac8c0084cc418f8270 /src/nvim/version.c | |
parent | 72422b0748afb8f507ec6b91e122b0dee2a74159 (diff) | |
download | rneovim-9db4dc971dd9357c57dbfeae3ec535033c38743b.tar.gz rneovim-9db4dc971dd9357c57dbfeae3ec535033c38743b.tar.bz2 rneovim-9db4dc971dd9357c57dbfeae3ec535033c38743b.zip |
vim-patch:8.0.0301 #7685
Problem: No tests for ":set completion" and various errors of the :set
command.
Solution: Add more :set tests. (Dominique Pelle, closes vim/vim#1440)
https://github.com/vim/vim/commit/698f8b207bbfefa1cbbd7361caf5412cb3416534
---
Also move test_options from test_alot to Makefile. (That's done upstream
in Vim patch 8.0.0430.)
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 0363f528c6..fd6347282d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1196,7 +1196,7 @@ static const int included_patches[] = { // 304, // 303, 302, - // 301, + 301, 300, 299, 298, |