commit c6e4bdc509e4eb1739fdebe24e3fb8b7453d8350
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2016-03-28T19:54:22Z |
| subject | Merge remote-tracking branches 'origin/master' and 'vim/master' into Astro |
commit c6e4bdc509e4eb1739fdebe24e3fb8b7453d8350
Merge: 36897e6 5447542 3f687cb
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2016-03-28T19:54:22Z
Merge remote-tracking branches 'origin/master' and 'vim/master' into Astro
botanjs/src/Components/Vim/Actions/DELETE.js | 112 +++++
botanjs/src/Components/Vim/Actions/INSERT.js | 104 ++---
botanjs/src/Components/Vim/Actions/PRINT_HEX.js | 52 +++
botanjs/src/Components/Vim/Actions/VISUAL.js | 114 +++++
botanjs/src/Components/Vim/Actions/YANK.js | 32 ++
botanjs/src/Components/Vim/Controls.js | 458 +++++++++++++++------
botanjs/src/Components/Vim/Cursor.js | 192 ++++++---
botanjs/src/Components/Vim/LineFeeder.js | 6 +-
botanjs/src/Components/Vim/State/Registers.js | 50 +++
botanjs/src/Components/Vim/State/Stator.js | 71 ++++
botanjs/src/Components/Vim/VimArea.js | 57 ++-
botanjs/src/Components/Vim/_this.js | 3 +
botanjs/src/System/Debug.js | 4 +-
.../externs/Components.Vim.Controls.InputEvent.js | 15 +
botanjs/src/externs/Components.Vim.Controls.js | 2 +
botanjs/src/externs/Components.Vim.Cursor.js | 14 +-
botanjs/src/externs/Components.Vim.IAction.js | 3 +
botanjs/src/externs/Components.Vim.LineFeeder.js | 2 +
.../src/externs/Components.Vim.State.Recorder.js | 6 +-
.../src/externs/Components.Vim.State.Registers.js | 9 +
botanjs/src/externs/Components.Vim.VimArea.js | 2 +
21 files changed, 1022 insertions(+), 286 deletions(-)