penguin/AstroJS

Javascript framework for my blog

commit b9aefecb6f35ce4abf895da7363845c3ad7bac9e

author斟酌 鵬兄 <tgckpg@gmail.com>
date2017-01-30T12:54:56Z
subjectMerge remote-tracking branches 'origin/master' and 'vim/master' into Astro
commit b9aefecb6f35ce4abf895da7363845c3ad7bac9e
Merge: 7c6fa2b 79bd8ed 0e84b4c
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2017-01-30T12:54:56Z

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

 botanjs/service/jclassresv.py                      |   6 +-
 botanjs/service/jwork.py                           |   1 -
 botanjs/src/Components/Vim/Actions/DELETE.js       |  37 ++++-
 .../src/Components/Vim/Actions/EDITOR_COMMAND.js   |   3 +
 botanjs/src/Components/Vim/Actions/INSERT.js       |  13 +-
 botanjs/src/Components/Vim/Actions/SHIFT_LINES.js  |   2 +-
 botanjs/src/Components/Vim/Actions/VA_REC.js       | 116 ++++++++++++++++
 botanjs/src/Components/Vim/Actions/VISUAL.js       |   4 +-
 botanjs/src/Components/Vim/Actions/WORD.js         |  77 +++++++++--
 botanjs/src/Components/Vim/Controls.js             | 131 ++++++++++++++++--
 botanjs/src/Components/Vim/Cursor.js               | 151 +++++++++++++++++++--
 botanjs/src/Components/Vim/VimArea.js              | 105 +++++++++++++-
 botanjs/src/Components/Vim/_this.js                |   8 +-
 botanjs/src/externs/Components.Vim.Cursor.js       |   2 +
 botanjs/src/externs/Components.Vim.VimArea.js      |   9 +-
 15 files changed, 605 insertions(+), 60 deletions(-)