Display session data in textarea instead of prompt

This commit is contained in:
2017-01-28 14:37:58 +08:00
parent f85e65c23e
commit 9f7c0c4b7d
3 changed files with 47 additions and 4 deletions

View File

@@ -14,6 +14,8 @@ Components.Vim.VimArea.statusBar;
/** @type Function */
Components.Vim.VimArea.demo;
/** @type Function */
Components.Vim.VimArea.display;
/** @type Number */
Components.Vim.VimArea.index;