aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMichael Ennen <mike.ennen@gmail.com>2016-11-24 23:13:30 -0700
committerMichael Ennen <mike.ennen@gmail.com>2016-12-06 15:52:48 -0700
commit6fea2dfd26cb902d7b2f52f53ccca9befef2b442 (patch)
treea12933cbd0a18015e69221df92e7d9294ceaeb44 /src/nvim/version.c
parent61150294967f2522cb1774e29e49a3386d3bcee5 (diff)
downloadrneovim-6fea2dfd26cb902d7b2f52f53ccca9befef2b442.tar.gz
rneovim-6fea2dfd26cb902d7b2f52f53ccca9befef2b442.tar.bz2
rneovim-6fea2dfd26cb902d7b2f52f53ccca9befef2b442.zip
vim-patch:7.4.1685
Problem: There is no easy way to get all the information about a match. Solution: Add matchstrpos(). (Ozaki Kiichi) https://github.com/vim/vim/commit/7fed5c18f8577b75404b80d8b9a9907b1bbd27e4
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 aea5143bb8..ea2646d23e 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -759,7 +759,7 @@ static int included_patches[] = {
// 1688 NA
// 1687 NA
1686,
- // 1685,
+ 1685,
// 1684 NA
// 1683 NA
1682,