From afe335d84071b088d44450156e24daec6bc935cd Mon Sep 17 00:00:00 2001
From: Robert Timm <mail@rtti.de>
Date: Fri, 19 May 2017 10:05:55 +0200
Subject: [PATCH] adds incsearch to manpage (#365)

---
 doc/vimb.1 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/vimb.1 b/doc/vimb.1
index 3dd694f..e5688ec 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -943,6 +943,9 @@ Enable or disable support for <a ping>.
 .B images (bool)
 Determines whether images should be automatically loaded or not.
 .TP
+.B incsearch (bool)
+While typing a search command, show where the pattern typed so far matches.
+.TP
 .B input-autohide (bool)
 If enabled the inputbox will be hidden whenever it contains no text.
 .TP
-- 
2.20.1