aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorlonerover <pathfinder1644@yahoo.com>2017-03-13 20:07:36 +0800
committerlonerover <pathfinder1644@yahoo.com>2017-03-13 20:11:24 +0800
commitec4c12570caa10a97c8a11e2fd1892fcb6068387 (patch)
treeb3cf090cc1622e5998f41cb0945ba519185a08ac /src/nvim/version.c
parent3f555cce3de595902cd003cfca008563bc8ff8da (diff)
downloadrneovim-ec4c12570caa10a97c8a11e2fd1892fcb6068387.tar.gz
rneovim-ec4c12570caa10a97c8a11e2fd1892fcb6068387.tar.bz2
rneovim-ec4c12570caa10a97c8a11e2fd1892fcb6068387.zip
vim-patch:7.4.2208
Problem: Test for mappings is old style. Solution: Convert the test to new style. https://github.com/vim/vim/commit/2d1a248762f069e470acde389ff4686a45d2f817
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 cc1483cc70..d2a2457dd4 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -232,7 +232,7 @@ static int included_patches[] = {
// 2211 NA
// 2210 NA
// 2209,
- // 2208,
+ 2208,
// 2207 NA
// 2206 NA
2205,