penguin/AstroJS

Javascript framework for my blog

commit 174ea40651367320d34aa024ff97f4052ac51779

author斟酌 鵬兄 <tgckpg@gmail.com>
date2016-04-02T23:52:11Z
subjectMerge remote-tracking branches 'vim/master' and 'origin/master' into Astro
commit 174ea40651367320d34aa024ff97f4052ac51779
Merge: dd12efa be1fc29 813cbc9
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2016-04-02T23:52:11Z

    Merge remote-tracking branches 'vim/master' and 'origin/master' into Astro

 botanjs/src/Components/Vim/Actions/BUFFERS.js      |  78 +++++++
 botanjs/src/Components/Vim/Actions/DELETE.js       |   2 +-
 .../src/Components/Vim/Actions/EDITOR_COMMAND.js   | 164 +++++++++++++
 botanjs/src/Components/Vim/Actions/FIND.js         |  63 +++--
 botanjs/src/Components/Vim/Actions/INSERT.js       |   2 +-
 botanjs/src/Components/Vim/Actions/PRINT_HEX.js    |   2 +-
 botanjs/src/Components/Vim/Actions/PUT.js          |   2 +-
 botanjs/src/Components/Vim/Actions/QUIT.js         |  60 +++++
 botanjs/src/Components/Vim/Actions/REDO.js         |   2 +-
 botanjs/src/Components/Vim/Actions/REGISTERS.js    |  64 +++++
 botanjs/src/Components/Vim/Actions/REPLACE.js      | 260 +++++++++++++++++++++
 botanjs/src/Components/Vim/Actions/UNDO.js         |   2 +-
 botanjs/src/Components/Vim/Actions/VERSION.js      |  58 +++++
 botanjs/src/Components/Vim/Actions/VISUAL.js       |   6 +-
 botanjs/src/Components/Vim/Actions/WRITE.js        |  49 ++++
 botanjs/src/Components/Vim/Actions/YANK.js         |   2 +-
 botanjs/src/Components/Vim/Controls.js             |  21 ++
 botanjs/src/Components/Vim/Cursor.js               |  12 +-
 botanjs/src/Components/Vim/Ex/Command.js           |   6 +-
 botanjs/src/Components/Vim/LineFeeder.js           |  63 +++--
 botanjs/src/Components/Vim/State/Recorder.js       |  10 +
 botanjs/src/Components/Vim/StatusBar.js            |   2 +
 botanjs/src/Components/Vim/VimArea.js              |  77 ++++--
 botanjs/src/Components/Vim/_this.js                |  19 +-
 botanjs/src/_this.js                               |   3 +-
 botanjs/src/externs/Components.Vim.Actions.js      |   8 +
 .../src/externs/Components.Vim.State.Recorder.js   |   5 +
 botanjs/src/externs/Components.Vim.VimArea.js      |  10 +-
 28 files changed, 967 insertions(+), 85 deletions(-)