From e66c15ebbd622351aa7128fd831803484f3bc4dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?=
Date: Thu, 4 Nov 2010 13:11:12 +0100
Subject: [PATCH] Add a warning about foreground processes in :h :!.
---
common/locale/en-US/various.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/common/locale/en-US/various.xml b/common/locale/en-US/various.xml
index a491b58c..7a3668ba 100644
--- a/common/locale/en-US/various.xml
+++ b/common/locale/en-US/various.xml
@@ -65,6 +65,10 @@
the previous external command, so long as it is not preceded by a
backslash and banghist is enabled.
+
+ Do not run commands which require stdin or it will hang Firefox.
+ You can launch a process in the background (e.g. :! xterm &).
+