mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
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.
This commit is contained in:

committed by
Justin M. Keyes

parent
4a02dc0828
commit
1b8caf3d75
@@ -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,
|
||||
|
Reference in New Issue
Block a user