aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-12 15:05:24 -0500
committerJames McCoy <jamessan@jamessan.com>2016-12-27 14:10:26 -0500
commitfbcc854d49330aff7e4511eb6321487f7b4fdae4 (patch)
tree3f155a97fb43e597b8a0a70282e68164f7bf0ca1 /src/nvim/version.c
parentab43303df7f09d1789a70e2536552461657f08ac (diff)
downloadrneovim-fbcc854d49330aff7e4511eb6321487f7b4fdae4.tar.gz
rneovim-fbcc854d49330aff7e4511eb6321487f7b4fdae4.tar.bz2
rneovim-fbcc854d49330aff7e4511eb6321487f7b4fdae4.zip
vim-patch:7.4.1912
Problem: No test for using setqflist() on an older quickfix list. Solution: Add a couple of tests. https://github.com/vim/vim/commit/1cee693b310e1494115a1677fac064941092e1bb
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 bf0baa8dbf..4ecf7b2dd3 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -528,7 +528,7 @@ static int included_patches[] = {
// 1915 NA
// 1914,
1913,
- // 1912,
+ 1912,
// 1911,
// 1910,
1909,