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

master
Derek Wyatt 14 years ago committed by Phil Eichinger
parent 83071a10e7
commit 5a81fda42a
  1. 3
      plugins/vim-interaction/vim-interaction.plugin.zsh

@ -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

Loading…
Cancel
Save