fixed typo in README

This commit is contained in:
tsia 2019-01-15 12:51:51 +01:00 committed by GitHub
parent 1fc44c783a
commit 91c5942e7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,14 +226,14 @@ Set hint characters
#### `complete` property #### `complete` property
Set completion items on `open`, `tabopen` `winopen` commands. Set completion items on `open`, `tabopen` `winopen` commands.
The allowed value is character sequence of `s`, `b`, or `n`. The allowed value is character sequence of `s`, `b`, or `h`.
Each character presents as following: Each character presents as following:
- `s`: search engines - `s`: search engines
- `b`: bookmark items - `b`: bookmark items
- `h`: history items. - `h`: history items.
``` ```
:set complete=sbn :set complete=sbh
``` ```
### Search engines ### Search engines