diff options
author | James McCoy <jamessan@jamessan.com> | 2016-07-08 14:09:10 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-23 20:42:46 -0400 |
commit | 452707e0b0bb6927350d2a68485a5453c214610b (patch) | |
tree | 8828900cc312e1e6bd2b1f53e4ed92dc30edd79f /src/nvim/version.c | |
parent | f1d912c584c10f92fe0710e3a907c3d519fbe7d8 (diff) | |
download | rneovim-452707e0b0bb6927350d2a68485a5453c214610b.tar.gz rneovim-452707e0b0bb6927350d2a68485a5453c214610b.tar.bz2 rneovim-452707e0b0bb6927350d2a68485a5453c214610b.zip |
vim-patch:7.4.1703
Problem: Can't assert for not equal and not matching.
Solution: Add assert_notmatch() and assert_notequal().
https://github.com/vim/vim/commit/b50e5f56861deb867478997397f7c784a7043233
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 16fdb5f09f..921491db75 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -90,6 +90,7 @@ static int included_patches[] = { 1728, 1716, 1712, + 1703, 1695, 1682, 1663, |