mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 23:34:10 +01:00
fixed saving qmarks
This commit is contained in:
@@ -697,9 +697,11 @@ const vimperator = (function() //{{{
|
||||
|
||||
// save our preferences
|
||||
vimperator.commandline.destroy();
|
||||
vimperator.events.destroy();
|
||||
vimperator.options.destroy();
|
||||
vimperator.quickmarks.destroy();
|
||||
vimperator.options.destroy();
|
||||
vimperator.events.destroy();
|
||||
|
||||
window.dump("All vimperator modules destroyed\n");
|
||||
}
|
||||
} //}}}
|
||||
})(); //}}}
|
||||
|
||||
Reference in New Issue
Block a user