penguin/AstroJS

Javascript framework for my blog

commit ae6048ecb1a04bf51431044a9fdf0a53558d316a

author斟酌 鵬兄 <tgckpg@gmail.com>
date2016-03-16T10:56:07Z
subjectMerge remote-tracking branch 'vim/master' into Astro
commit ae6048ecb1a04bf51431044a9fdf0a53558d316a
Merge: 145445d bc3c511
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2016-03-16T10:56:07Z

    Merge remote-tracking branch 'vim/master' into Astro

 botanjs/src/Components/Vim/Actions/INSERT.js       | 100 +++++++++++++++------
 botanjs/src/Components/Vim/Actions/UNDO.js         |  41 +++++++++
 botanjs/src/Components/Vim/Controls.js             |  12 ++-
 botanjs/src/Components/Vim/Cursor.js               |  58 ++++++++++--
 botanjs/src/Components/Vim/LineFeeder.js           |   2 +-
 botanjs/src/Components/Vim/State/Recorder.js       |  41 +++++++++
 botanjs/src/Components/Vim/State/Stack.js          |  19 ++++
 botanjs/src/Components/Vim/StatusBar.js            |   2 +-
 botanjs/src/Components/Vim/_this.js                |   2 +
 botanjs/src/externs/Components.Vim.Cursor.js       |   4 +
 .../src/externs/Components.Vim.State.Recorder.js   |   9 ++
 botanjs/src/externs/Components.Vim.State.Stack.js  |   7 ++
 botanjs/src/externs/Components.Vim.State.js        |   2 +
 13 files changed, 263 insertions(+), 36 deletions(-)