penguin/AstroJS

Javascript framework for my blog

commit dd12efa607833d5c12512637306f8d6f106d979a

author斟酌 鵬兄 <tgckpg@gmail.com>
date2016-04-02T12:09:19Z
subjectMerge remote-tracking branch 'vim/master' into Astro
commit dd12efa607833d5c12512637306f8d6f106d979a
Merge: eb3669e 63575ce
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2016-04-02T12:09:19Z

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

 botanjs/src/Components/Vim/Actions/DELETE.js       | 115 +++++++++--
 botanjs/src/Components/Vim/Actions/FIND.js         | 127 ++++++++++++
 botanjs/src/Components/Vim/Actions/INSERT.js       |  17 +-
 botanjs/src/Components/Vim/Actions/PRINT_HEX.js    |   2 -
 botanjs/src/Components/Vim/Actions/PUT.js          | 101 +++++++++
 botanjs/src/Components/Vim/Actions/VISUAL.js       |  30 ++-
 botanjs/src/Components/Vim/Actions/YANK.js         | 136 +++++++++++-
 botanjs/src/Components/Vim/Controls.js             | 203 ++++++++++++++----
 botanjs/src/Components/Vim/Cursor.js               |  96 +++++++--
 botanjs/src/Components/Vim/Ex/Command.js           | 228 +++++++++++++++++++++
 botanjs/src/Components/Vim/LineBuffer.js           |  11 +-
 botanjs/src/Components/Vim/LineFeeder.js           |  21 +-
 botanjs/src/Components/Vim/State/History.js        |  96 +++++++++
 botanjs/src/Components/Vim/State/Registers.js      |  41 +++-
 botanjs/src/Components/Vim/StatusBar.js            |   5 +
 botanjs/src/Components/Vim/Syntax/Analyzer.js      |  17 +-
 botanjs/src/Components/Vim/VimArea.js              |  23 ++-
 botanjs/src/Components/Vim/_this.js                |   7 +-
 .../externs/Components.Vim.Controls.InputEvent.js  |   4 +
 .../src/externs/Components.Vim.State.History.js    |   9 +
 .../src/externs/Components.Vim.State.Registers.js  |   8 +-
 botanjs/src/externs/Components.Vim.StatusBar.js    |   2 +
 22 files changed, 1170 insertions(+), 129 deletions(-)