Commit 5a81fda4 authored by Derek Wyatt's avatar Derek Wyatt Committed by Phil Eichinger
Browse files

Added an optional callout to the end of the interaction function. I put it in...

Added an optional callout to the end of the interaction function. I put it in to allow me to put the window focus on MacVim / GVim depending on the different OS I happen to be on
parent 83071a10
......@@ -58,6 +58,9 @@ EOH
fi
cmd="$before$files$after"
gvim --remote-send "$cmd"
if typeset -f postCallVim > /dev/null; then
postCallVim
fi
}
alias v=callvim
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment