From 91c5942e7d0642e31eb52cf34ecdf4395e1a0403 Mon Sep 17 00:00:00 2001 From: tsia Date: Tue, 15 Jan 2019 12:51:51 +0100 Subject: [PATCH] fixed typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb4cbaa..5fe0659 100644 --- a/README.md +++ b/README.md @@ -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