aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2016-11-22 07:24:26 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2016-11-22 07:27:13 +0900
commitd152e2f3fd70fe76a6f6453754c0ed848ccef8c6 (patch)
tree3b751ba471b5dd7651f93a6111abda4d0756adeb /src/nvim/version.c
parent5f0260808cf3712718555ee177476b8aefd78280 (diff)
downloadrneovim-d152e2f3fd70fe76a6f6453754c0ed848ccef8c6.tar.gz
rneovim-d152e2f3fd70fe76a6f6453754c0ed848ccef8c6.tar.bz2
rneovim-d152e2f3fd70fe76a6f6453754c0ed848ccef8c6.zip
vim-patch:7.4.1660
Problem: has('patch-7.4.1') doesn't work. Solution: Fix off-by-one error. (Thinca) https://github.com/vim/vim/commit/819821c5a95fc60797ecbb5e5ca1302e397e3d9a
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 8f3619f1e8..56856397e6 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -784,7 +784,7 @@ static int included_patches[] = {
1663,
// 1662 NA
// 1661 NA
- // 1660,
+ 1660,
// 1659 NA
1658,
// 1657 NA