diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-02-27 20:50:52 -0500 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-02-27 20:52:42 -0500 |
| commit | ad202b8401562df9c1aec75f1ad14bddea5b06d6 (patch) | |
| tree | dd6fd34917c63e9eabb5ad60ea8042c4ef6df8db /src/nvim/version.c | |
| parent | 1371e19e2bcaa128f9f709dcf234460bc92a70a6 (diff) | |
| download | rneovim-ad202b8401562df9c1aec75f1ad14bddea5b06d6.tar.gz rneovim-ad202b8401562df9c1aec75f1ad14bddea5b06d6.tar.bz2 rneovim-ad202b8401562df9c1aec75f1ad14bddea5b06d6.zip | |
vim-patch:7.4.2098
Problem: Text object tests are old style.
Solution: Turn them into new style tests. (James McCoy, closes vim/vim#941)
https://github.com/vim/vim/commit/00b24be454800f544676aa8850fb4378a568901e
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 d6b17dc061..87acb3f361 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -342,7 +342,7 @@ static int included_patches[] = { // 2101, 2100, 2099, - // 2098, + 2098, // 2097, 2096, // 2095, |