penguin/AstroJS

Javascript framework for my blog

commit 33bf67f5876421627b32fc34830596b6729c33e9

author斟酌 鵬兄 <tgckpg@gmail.com>
date2017-01-09T02:49:14Z
subjectMerge remote-tracking branch 'vim/master' into Astro
commit 33bf67f5876421627b32fc34830596b6729c33e9
Merge: 39f4f08 4b20069
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2017-01-09T02:49:14Z

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

 botanjs/src/Components/Vim/Actions/INSERT.js       |  4 +-
 botanjs/src/Components/Vim/Actions/PUT.js          | 28 +++++--
 botanjs/src/Components/Vim/Actions/TO.js           |  4 +-
 botanjs/src/Components/Vim/Actions/VISUAL.js       | 11 ++-
 botanjs/src/Components/Vim/Controls.js             | 16 +++-
 botanjs/src/Components/Vim/Cursor.js               | 92 ++++++++++++++++------
 botanjs/src/Components/Vim/LineBuffer.js           | 13 +--
 botanjs/src/Components/Vim/LineFeeder.js           | 16 ++--
 botanjs/src/Components/Vim/Syntax/Analyzer.js      | 69 ++++++++++++++++
 botanjs/src/externs/Components.Vim.Cursor.js       |  2 +
 .../src/externs/Components.Vim.Syntax.Analyzer.js  |  2 +
 11 files changed, 205 insertions(+), 52 deletions(-)