penguin/AstroJS

Javascript framework for my blog

commit 9e0af1531f9ff4f155f57cea7bee527c251a1945

author斟酌 鵬兄 <tgckpg@gmail.com>
date2016-04-03T18:08:06Z
subjectMerge remote-tracking branches 'vim/master' and 'origin/master' into Astro
commit 9e0af1531f9ff4f155f57cea7bee527c251a1945
Merge: 174ea40 21221a6 05b28e8
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2016-04-03T18:08:06Z

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

 botanjs/src/Components/Vim/Actions/BUFFERS.js    |  3 +
 botanjs/src/Components/Vim/Actions/FIND.js       | 16 +++-
 botanjs/src/Components/Vim/Actions/JOIN_LINES.js | 89 ++++++++++++++++++++++
 botanjs/src/Components/Vim/Actions/TO.js         | 82 ++++++++++++++++++++
 botanjs/src/Components/Vim/Actions/WORD.js       | 74 ++++++++++++++++++
 botanjs/src/Components/Vim/Controls.js           | 49 +++++++++++-
 botanjs/src/Components/Vim/Cursor.js             |  1 -
 botanjs/src/Components/Vim/Syntax/Word.js        |  4 +
 botanjs/src/Components/Vim/VimArea.js            | 95 ++++++++++++++++++++++--
 botanjs/src/Components/Vim/_this.js              |  1 +
 botanjs/src/System/Cycle/_this.js                | 25 +++++--
 11 files changed, 419 insertions(+), 20 deletions(-)