penguin/AstroJS

Javascript framework for my blog

commit 3b21cce78103f35e740c12b991055e96a1423695

author斟酌 鵬兄 <tgckpg@gmail.com>
date2017-03-17T05:37:10Z
subjectMerge remote-tracking branch 'vim/master' into Astro
commit 3b21cce78103f35e740c12b991055e96a1423695
Merge: 6070731 1511c70
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2017-03-17T05:37:10Z

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

 botanjs/src/Components/Vim/Actions/BUFFERS.js      |  4 +-
 .../src/Components/Vim/Actions/EDITOR_COMMAND.js   | 10 +++
 botanjs/src/Components/Vim/Actions/JOIN_LINES.js   |  5 +-
 botanjs/src/Components/Vim/Actions/MARKS.js        | 83 +++++++++++++++++++
 botanjs/src/Components/Vim/Actions/PRINT.js        | 48 +++++++++++
 botanjs/src/Components/Vim/Actions/VISUAL.js       | 18 ++--
 botanjs/src/Components/Vim/Controls.js             | 75 ++++++++++++++---
 botanjs/src/Components/Vim/Cursor.js               | 96 ++++++++++++++++------
 botanjs/src/Components/Vim/LineFeeder.js           | 40 +++++++--
 botanjs/src/Components/Vim/State/Marks.js          | 31 +++++++
 botanjs/src/Components/Vim/VimArea.js              | 14 +++-
 botanjs/src/externs/Components.Vim.Cursor.js       |  2 +
 botanjs/src/externs/Components.Vim.LineFeeder.js   |  2 +
 botanjs/src/externs/Components.Vim.State.Marks.js  | 10 +++
 botanjs/src/externs/Components.Vim.VimArea.js      |  5 ++
 15 files changed, 391 insertions(+), 52 deletions(-)