aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-05-25 16:59:52 -0400
committerJames McCoy <jamessan@jamessan.com>2016-05-25 17:13:05 -0400
commitbc306ab5aa0d2ee7a4653cb1d47615a3f04478a1 (patch)
treeba9a822c8bde433c34f4ea5282cce8b9cb500abd /src/nvim/version.c
parent2115fcdfd5a6b32b62dcd280c59843437c4702d6 (diff)
downloadrneovim-bc306ab5aa0d2ee7a4653cb1d47615a3f04478a1.tar.gz
rneovim-bc306ab5aa0d2ee7a4653cb1d47615a3f04478a1.tar.bz2
rneovim-bc306ab5aa0d2ee7a4653cb1d47615a3f04478a1.zip
vim-patch:7.4.1096
Problem: Need several lines to verify a command produces an error. Solution: Add assert_fails(). (suggested by Nikolay Pavlov) Make the quickfix alloc test actually work. https://github.com/vim/vim/commit/a260b87d9da17f605666630f18c1ed909c2b8bae
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index d34df421f3..7400385d2d 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -590,7 +590,7 @@ static int included_patches[] = {
// 1099 NA
// 1098 NA
// 1097,
- // 1096,
+ 1096,
// 1095 NA
// 1094,
1093,