Merge pull request #524 from tsia/patch-1

fixed typo in README
jh-changes
Shin'ya Ueoka 6 years ago committed by GitHub
commit 6282204fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

@ -226,15 +226,15 @@ 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 `h`.
Hit <kbd>Tab</kbd> or <kbd>Shift</kbd>+<kbd>Tab</kbd> to Select an item from the completion list. Hit <kbd>Tab</kbd> or <kbd>Shift</kbd>+<kbd>Tab</kbd> to Select an item from the completion list.
The allowed value is character sequence of `s`, `b`, or `n`.
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