aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-05-16 21:58:42 -0400
committerJames McCoy <jamessan@jamessan.com>2016-05-17 00:04:40 -0400
commit850f91c51c7f4cd852e713ee1802bc9ab170d5cb (patch)
tree3725f8c9a085ce2d1416f55519610605c3cfc207 /src/nvim/version.c
parent10c819d453ec94477acfc0f6a52166b090482bbb (diff)
downloadrneovim-850f91c51c7f4cd852e713ee1802bc9ab170d5cb.tar.gz
rneovim-850f91c51c7f4cd852e713ee1802bc9ab170d5cb.tar.bz2
rneovim-850f91c51c7f4cd852e713ee1802bc9ab170d5cb.zip
vim-patch:7.4.1571
patch 7.4.1571 Problem: No test for ":help" Solution: Add a test for what 7.4.1568 fixed. (Higashi Higashi) https://github.com/vim/vim/commit/8e15ffcde757ffc6cfe8b5e384948b3278e9af33
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 74822c308f..db3c896a74 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -111,7 +111,7 @@ static int included_patches[] = {
1574,
// 1573,
// 1572 NA
- // 1571,
+ 1571,
1570,
1569,
1568,