Commit graph

9 commits

Author SHA1 Message Date
Derek Wyatt
69a9df272f Updated the README to include documentation on the postCallVim callout 2014-04-17 16:03:53 +02:00
Derek Wyatt
c2528c031a 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 2014-04-17 16:03:53 +02:00
Derek Wyatt
b422eb65f8 Fixed: If you callvim on a non-existant file with a relative path, the CWD of the running gvim process is used, and that's not right. We use the PWD explicitly instead, in this case 2014-04-17 16:03:53 +02:00
Derek Wyatt
75972f61f5 A plugin that makes it easier to interact with the (single) running instance of gvim 2014-04-17 16:03:53 +02:00
Derek Wyatt
94dd651536 Added an <esc> to the begining of everything. I ran something when I was in insert mode once and all it did was shove !args... into the buffer. <esc> first. 2012-04-01 15:41:39 -04:00
Derek Wyatt
c2e459ad43 Updated the README to include documentation on the postCallVim callout 2012-03-30 06:39:49 -04:00
Derek Wyatt
04a7536641 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 2012-03-30 06:33:06 -04:00
Derek Wyatt
92227f171a Fixed: If you callvim on a non-existant file with a relative path, the CWD of the running gvim process is used, and that's not right. We use the PWD explicitly instead, in this case 2012-03-20 09:55:25 -04:00
Derek Wyatt
e652756fdb A plugin that makes it easier to interact with the (single) running instance of gvim 2012-03-20 08:16:44 -04:00