commit 593462f1e5b678707ac33ff027f9cc466b447671
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2016-04-03T00:01:48Z |
| subject | what?? |
commit 593462f1e5b678707ac33ff027f9cc466b447671
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2016-04-03T00:01:48Z
what??
---
botanjs/src/Components/Vim/Actions/BUFFERS.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/botanjs/src/Components/Vim/Actions/BUFFERS.js b/botanjs/src/Components/Vim/Actions/BUFFERS.js
index e02dc78..9248877 100644
--- a/botanjs/src/Components/Vim/Actions/BUFFERS.js
+++ b/botanjs/src/Components/Vim/Actions/BUFFERS.js
@@ -40,6 +40,9 @@
var cur = this.__cursor;
var Vim = cur.Vim;
+
+ /** @type {Components.Vim.VimArea} */
+ var VimArea = shadowImport( "Components.Vim.VimArea" );
var Insts = VimArea.Instances;