Space sync now scheduled

This commit is contained in:
Zef Hemel
2023-08-15 20:24:02 +02:00
parent 7cce83b240
commit bd77f2932c
6 changed files with 14 additions and 10 deletions
-4
View File
@@ -133,10 +133,6 @@ export function vimEx(exCommand: string): Promise<any> {
return syscall("editor.vimEx", exCommand);
}
export function syncSpace(): Promise<number> {
return syscall("editor.syncSpace");
}
// Folding
export function fold() {