fix typo
This commit is contained in:
parent
9f8cb78f37
commit
8df1eb70c5
1 changed files with 1 additions and 1 deletions
|
|
@ -5979,7 +5979,7 @@ dom.importCssString(".normal-mode .ace_cursor{\
|
|||
},
|
||||
type: "boolean"
|
||||
}, false);
|
||||
exports.Vim.defineEx('write', 'w', function() {
|
||||
Vim.defineEx('write', 'w', function() {
|
||||
console.log(':write is not implemented')
|
||||
});
|
||||
defaultKeymap.push(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue