diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-10-15 08:21:08 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 08:21:08 +0900 |
commit | b0490c0cdd1fa835ac8f1640265c795bc4845494 (patch) | |
tree | f1747c946de605744489c7bfb53c16829c41eda3 /QA.md | |
parent | 8b72aac09af476e19da7e482e43769d47d1969b2 (diff) | |
parent | 6c6dc23f97f485fede0b8d91c06c37490f890320 (diff) |
Merge pull request #487 from ueokande/remove-adjacenttab-prperty
Remove adjacenttab
Diffstat (limited to 'QA.md')
-rw-r--r-- | QA.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -50,8 +50,6 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] Open new tab in background by `"background": true` - [ ] Configure custom hint character by `:set hintchars=012345678` - [ ] Configure custom hint character by settings `"hintchars": "012345678"` in add-on preferences -- [ ] Configure adjacent tab by `:set adjacenttab` -- [ ] Configure adjacent tab by settings `adjacenttab: true` in add-on preferences - [ ] Opened tabs is in child on Tree Style Tab ### Consoles |