diff options
author | tsia <github@tsia.de> | 2019-01-15 12:51:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-15 12:51:51 +0100 |
commit | 91c5942e7d0642e31eb52cf34ecdf4395e1a0403 (patch) | |
tree | f9520e5ebbf659f7cfe8490c32422375eb87852e /README.md | |
parent | 1fc44c783aec2f155307b2de484c204cf39cbff1 (diff) |
fixed typo in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -226,14 +226,14 @@ Set hint characters #### `complete` property 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: - `s`: search engines - `b`: bookmark items - `h`: history items. ``` -:set complete=sbn +:set complete=sbh ``` ### Search engines |