commit da21dd9a1e9d999759fa75d5c9140e0e917eed89
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2016-04-16T10:32:26Z |
| subject | Merge remote-tracking branch 'vim/master' into Astro |
commit da21dd9a1e9d999759fa75d5c9140e0e917eed89
Merge: 2ea9844 d7b2754
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2016-04-16T10:32:26Z
Merge remote-tracking branch 'vim/master' into Astro
botanjs/src/Components/Vim/Actions/FIND.js | 6 +-
botanjs/src/Components/Vim/Actions/INSERT.js | 105 ++++++-
botanjs/src/Components/Vim/Actions/PUT.js | 23 +-
botanjs/src/Components/Vim/Actions/REDO.js | 4 +-
botanjs/src/Components/Vim/Actions/REGISTERS.js | 2 +-
botanjs/src/Components/Vim/Actions/REPLACE.js | 7 +-
botanjs/src/Components/Vim/Actions/SHIFT_LINES.js | 349 +++++++++++++++++++++
botanjs/src/Components/Vim/Actions/UNDO.js | 4 +-
botanjs/src/Components/Vim/Actions/VISUAL.js | 6 +
botanjs/src/Components/Vim/Actions/YANK.js | 8 -
botanjs/src/Components/Vim/Controls.js | 160 ++++++++--
botanjs/src/Components/Vim/Cursor.js | 4 +-
botanjs/src/Components/Vim/State/Registers.js | 16 +-
botanjs/src/Components/Vim/VimArea.js | 4 +-
botanjs/src/Components/Vim/_this.js | 4 +
.../externs/Components.Vim.Controls.ActionEvent.js | 23 ++
.../externs/Components.Vim.Controls.InputEvent.js | 21 --
17 files changed, 663 insertions(+), 83 deletions(-)