about summary refs log tree commit diff stats
path: root/doc/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index ca7924b9..8796ccfe 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -902,6 +902,14 @@ is true. Redirect to /dev/null in the command if this is not desired. (This
 will be fixed in the future.)</td>
 </tr>
 
+<tr>
+<td>`pager.externCapture(cmd)`
+</td>
+<td>Like extern(), but redirect the command's stdout string into the
+result. null is returned if the command wasn't executed successfully, or if
+the command returned a non-zero exit value.</td>
+</tr>
+
 </table>