Skip to content

Commit d5c37f2

Browse files
committed
🌿 Fix test failure on Vim
It seems the latest Vim change the error message to "E227: Mapping already exists"
1 parent 30e12b7 commit d5c37f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops_std/mapping/mod_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ test({
263263
});
264264
},
265265
undefined,
266-
"E227: mapping already exists",
266+
"E227:",
267267
);
268268
},
269269
prelude: ["let g:denops#enable_workaround_vim_before_8_2_3081 = 1"],

0 commit comments

Comments
 (0)