aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-02-13 11:40:03 +0100
committerJustin M. Keyes <justinkz@gmail.com>2016-02-20 10:52:02 -0500
commit1b8caf3d75872492bada77966f86957f850edc8e (patch)
treee60fe8934e55dec9da2a223970b4ff0dffd989d4 /src
parent4a02dc082805fa8eb5b2a72d36c5d82a3a742aca (diff)
downloadrneovim-1b8caf3d75872492bada77966f86957f850edc8e.tar.gz
rneovim-1b8caf3d75872492bada77966f86957f850edc8e.tar.bz2
rneovim-1b8caf3d75872492bada77966f86957f850edc8e.zip
test: charsearch: Fix error/typo in legacy test.
Error was reported upstream in vim/vim#650, fixed in 7.4.1366. Typo was fixed upstream in 7.4.1041.
Diffstat (limited to 'src')
-rw-r--r--src/nvim/version.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 3b75135b72..7d4b8982cd 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -69,6 +69,8 @@ static char *features[] = {
// clang-format off
static int included_patches[] = {
+ 1366,
+
// 1219 NA
// 1218 NA
// 1217 NA
@@ -247,7 +249,7 @@ static int included_patches[] = {
// 1044 NA,
// 1043 NA,
// 1042,
- // 1041,
+ 1041,
// 1040 NA,
// 1039,
// 1038 NA,