summaryrefslogtreecommitdiff
path: root/plugins/vim-interaction
AgeCommit message (Collapse)Author
2014-03-25Updated the README to include documentation on the postCallVim calloutDerek Wyatt
2014-03-25Added an optional callout to the end of the interaction function. I put it ↵Derek Wyatt
in to allow me to put the window focus on MacVim / GVim depending on the different OS I happen to be on
2014-03-25Fixed: If you callvim on a non-existant file with a relative path, the CWD ↵Derek Wyatt
of the running gvim process is used, and that's not right. We use the PWD explicitly instead, in this case
2014-03-25A plugin that makes it easier to interact with the (single) running instance ↵Derek Wyatt
of gvim