aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * completion hightlightShin'ya Ueoka2017-09-052-9/+23
| |
| * fix completionShin'ya Ueoka2017-09-053-4/+11
| |
| * do simple completionShin'ya Ueoka2017-09-054-11/+47
| |
| * tab completionShin'ya Ueoka2017-09-051-1/+48
| |
| * add Completion classShin'ya Ueoka2017-09-052-0/+74
| |
| * add setCompletionsShin'ya Ueoka2017-09-054-10/+73
| |
| * select tab as rotationsShin'ya Ueoka2017-09-052-7/+9
|/
* Merge branch 'buffer'Shin'ya Ueoka2017-09-0310-65/+134
|\
| * reopen command line after errorShin'ya Ueoka2017-09-033-5/+17
| |
| * use promise and show errorsShin'ya Ueoka2017-09-034-51/+47
| |
| * response by typeShin'ya Ueoka2017-09-022-6/+21
| |
| * rename command namesShin'ya Ueoka2017-09-022-6/+6
| |
| * throw error on multiple buffer matchedShin'ya Ueoka2017-09-021-10/+8
| |
| * add tabs permissionShin'ya Ueoka2017-09-021-1/+2
| |
| * support :buffer swiching by keywordShin'ya Ueoka2017-09-022-7/+24
| |
| * buffer by b commandShin'ya Ueoka2017-09-023-0/+6
| |
| * simple buffer commandShin'ya Ueoka2017-09-023-6/+30
|/
* Merge branch 'error-line'Shin'ya Ueoka2017-09-0213-130/+226
|\
| * show error textShin'ya Ueoka2017-09-014-8/+26
| |
| * blur console frameShin'ya Ueoka2017-09-011-0/+1
| |
| * error titleShin'ya Ueoka2017-09-014-23/+51
| |
| * error textShin'ya Ueoka2017-09-011-1/+2
| |
| * message passing by helper functionsShin'ya Ueoka2017-09-014-22/+60
| |
| * add console error elementShin'ya Ueoka2017-09-012-4/+14
| |
| * Rename command-line to consoleShin'ya Ueoka2017-09-019-35/+35
|/
* Merge branch 'iframe-command-line'Shin'ya Ueoka2017-08-2912-151/+1708
|\
| * iframe 100% heightShin'ya Ueoka2017-08-292-7/+17
| |
| * rename command-line filesShin'ya Ueoka2017-08-294-3/+3
| |
| * remove footer-lineShin'ya Ueoka2017-08-292-124/+0
| |
| * use iframe-ed command-lineShin'ya Ueoka2017-08-296-26/+140
| |
| * command-line as background pageShin'ya Ueoka2017-08-284-2/+75
| |
| * install node-sass and sass-loaderShin'ya Ueoka2017-08-272-0/+1162
| |
| * install html-webpack-pluginShin'ya Ueoka2017-08-272-0/+322
|/
* support 0/$ commandsShin'ya Ueoka2017-08-274-3/+27
|
* fix keymapsShin'ya Ueoka2017-08-271-6/+6
|
* use keypressShin'ya Ueoka2017-08-272-23/+7
|
* use char-code in KeyQueueShin'ya Ueoka2017-08-273-66/+85
|
* scroll by pagesShin'ya Ueoka2017-08-274-1/+19
|
* scroll lines actionShin'ya Ueoka2017-08-274-19/+8
|
* Merge branch 'some-features'Shin'ya Ueoka2017-08-268-5/+96
|\
| * support r/R commandsShin'ya Ueoka2017-08-264-1/+15
| |
| * support zz commandShin'ya Ueoka2017-08-234-4/+14
| |
| * support zi/zo commandsShin'ya Ueoka2017-08-235-2/+48
| |
| * support history navigationShin'ya Ueoka2017-08-234-2/+23
|/
* Merge branch 'fix-ci'Shin'ya Ueoka2017-08-221-0/+2
|\
| * use firefox 55Shin'ya Ueoka2017-08-221-0/+2
|/
* Merge branch 'follow-hints'Shin'ya Ueoka2017-08-2215-3/+347
|\
| * add scroll to hint positionShin'ya Ueoka2017-08-221-2/+4
| |
| * remove follow on activatedShin'ya Ueoka2017-08-221-11/+10
| |
| * add Hint testsShin'ya Ueoka2017-08-213-2/+64
| |