diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-10-18 21:41:33 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-10-18 21:41:33 +0900 |
commit | 5fa8877862920c72a3183d36f2f313aa9bd14158 (patch) | |
tree | 248803ee757bb85dd2328c9f762edbb8debbfbd9 | |
parent | decab48de858da653bd99762a796222682ae3717 (diff) |
Update QA
-rw-r--r-- | QA.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] Show search engine, bookmark and history items in order by `:set complete=sbh` - [ ] Show bookmark, search engine, and search engine items in order by `:set complete=bss` -- [ ] Configure completion items by setting `"smoothscroll": "sbh"`, `"smoothscroll": "bss"` +- [ ] Configure completion items by setting `"complete": "sbh"`, `"complete": "bss"` ### Settings |