From c2e459ad43b060c9dc2548e378a2f2d412d6da60 Mon Sep 17 00:00:00 2001
From: Derek Wyatt <derek@derekwyatt.org>
Date: Fri, 30 Mar 2012 06:39:49 -0400
Subject: Updated the README to include documentation on the postCallVim
 callout

---
 plugins/vim-interaction/README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

(limited to 'plugins')

diff --git a/plugins/vim-interaction/README.md b/plugins/vim-interaction/README.md
index 65e678b51..681648018 100644
--- a/plugins/vim-interaction/README.md
+++ b/plugins/vim-interaction/README.md
@@ -25,6 +25,19 @@ There are a few aliases presented as well:
 * `vvsp` Edits the passed in file but first makes a vertical split
 * `vhsp` Edits the passed in file but first makes a horizontal split
 
+## Post Callout ##
+
+At the end of the `callvim` function we invoke the `postCallVim` function if it
+exists.  If you're using MacVim, for example, you could define a function that
+brings window focus to it after the file is loaded:
+
+    function postCallVim
+    {
+      osascript -e 'tell application "MacVim" to activate'
+    }
+
+This'll be different depending on your OS / Window Manager.
+
 ## Examples ##
 
 This will load `/tmp/myfile.scala` into the running GVim session:
-- 
cgit v1.2.3-70-g09d2