aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMichael Ennen <mike.ennen@gmail.com>2016-10-27 13:48:32 -0700
committerJames McCoy <jamessan@jamessan.com>2016-12-12 10:17:35 -0500
commit531249a4acdef36ed44e8bbf1355f2a80a5792a5 (patch)
tree2e526057b7ad1115a72140c0571351a1cacd9eef /src/nvim/version.c
parentcf2701b269a0fd1490da4296774b9fe426100640 (diff)
downloadrneovim-531249a4acdef36ed44e8bbf1355f2a80a5792a5.tar.gz
rneovim-531249a4acdef36ed44e8bbf1355f2a80a5792a5.tar.bz2
rneovim-531249a4acdef36ed44e8bbf1355f2a80a5792a5.zip
vim-patch:7.4.1589
Problem: Combining dict and args with partial doesn't always work. Solution: Use the arguments from the partial. https://github.com/vim/vim/commit/9e63f61cb01c70fd71652f54b2d01ee27b2a3534
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 da9387c14d..24fe2ecd9e 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -853,7 +853,7 @@ static int included_patches[] = {
1592,
1591,
// 1590,
- // 1589,
+ 1589,
1588,
// 1587 NA
1586,