We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3362178 commit 10510baCopy full SHA for 10510ba
keymap/vim.js
@@ -661,7 +661,7 @@
661
this.latestRegister = registerName;
662
if (cm.openDialog) {
663
this.onRecordingDone = cm.openDialog(
664
- '(recording)['+registerName+']', null, {bottom:true});
+ document.createTextNode('(recording)['+registerName+']'), null, {bottom:true});
665
}
666
this.isRecording = true;
667
0 commit comments