Space sync now scheduled
This commit is contained in:
@@ -184,10 +184,6 @@ export function editorSyscalls(editor: Client): SysCallMapping {
|
||||
const cm = vimGetCm(editor.editorView)!;
|
||||
return Vim.handleEx(cm, exCommand);
|
||||
},
|
||||
// Sync
|
||||
"editor.syncSpace": () => {
|
||||
return editor.syncService.syncSpace();
|
||||
},
|
||||
// Folding
|
||||
"editor.fold": () => {
|
||||
foldCode(editor.editorView);
|
||||
|
||||
Reference in New Issue
Block a user