aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-07-08 13:32:25 -0400
committerJames McCoy <jamessan@jamessan.com>2016-07-23 20:42:46 -0400
commitaece3ffa7dca546bd5c358478dfb9f423519e211 (patch)
tree28002fc970d2b22a620d97fd91e7b74e6c6c7568 /src/nvim/version.c
parent8c1fb99d2d4058d2cc1decbfed89b1f73b38cef6 (diff)
downloadrneovim-aece3ffa7dca546bd5c358478dfb9f423519e211.tar.gz
rneovim-aece3ffa7dca546bd5c358478dfb9f423519e211.tar.bz2
rneovim-aece3ffa7dca546bd5c358478dfb9f423519e211.zip
vim-patch:7.4.1663
Problem: In tests it's often useful to check if a pattern matches. Solution: Add assert_match(). https://github.com/vim/vim/commit/ea6553bec340920d8a09c7210cdc2d218e25ace2
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 527ef3b9ad..ff6f93042b 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -91,6 +91,7 @@ static int included_patches[] = {
1716,
1712,
1695,
+ 1663,
1654,
1652,
1649,