Skip to content

Commit 2a42355

Browse files
benhormannmarijnh
authored andcommitted
[vim] fix html in ex substitute confirm
1 parent 0025875 commit 2a42355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keymap/vim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5353,7 +5353,7 @@
53535353
return;
53545354
}
53555355
showPrompt(cm, {
5356-
prefix: 'replace with <strong>' + replaceWith + '</strong> (y/n/a/q/l)',
5356+
prefix: dom('span', 'replace with ', dom('strong', replaceWith), ' (y/n/a/q/l)'),
53575357
onKeyDown: onPromptKeyDown
53585358
});
53595359
}

0 commit comments

Comments
 (0)