Migrate old externs 9/x

This commit is contained in:
2026-06-17 20:48:46 +08:00
parent 00fe7ca3bb
commit 01d4eb09a6
66 changed files with 708 additions and 420 deletions
@@ -2,9 +2,9 @@
Components.Vim.State.Marks = function(){};
/** @type Function */
Components.Vim.State.Marks.set;
Components.Vim.State.Marks.prototype.set;
/** @type Function */
Components.Vim.State.Marks.get;
Components.Vim.State.Marks.prototype.get;
/** @type String */
/** @type {string} */
Components.Vim.State.Marks.Keys;