Skip to content

Commit 987cabe

Browse files
authored
Merge pull request #131 from vim-denops/fix-mappings
🌿 Fix test failure on Vim
2 parents 30e12b7 + d5c37f2 commit 987cabe

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)