From bf9204c2aa9e1ed1984d27c7bbfa77228b1d482a Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Mon, 10 Nov 2014 23:31:12 +0100
Subject: [PATCH] Added noted about gvim -f option as editor-command (#141).

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

diff --git a/doc/vimb.1 b/doc/vimb.1
index ff1c778..447f29f 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -1166,7 +1166,8 @@ used to handle downloads. If this is disabled vimb will handle the download.
 .TP
 .B editor-command (string)
 Command with placeholder '%s' called if form filed is opened with editor to
-spawn the editor like `x-terminal-emulator -e vi %s'.
+spawn the editor like `x-terminal-emulator -e vi %s'. To use gvim as editor,
+it's necessary to call it with `-f' to run it in foreground.
 .TP
 .B fullscreen (bool)
 Show the current window full-screen.
-- 
2.20.1