Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-23 | refactor(vim-interaction): clean up code and open gvim instance if none open ↵ | Marc Cornellà | |
(#10209) Co-authored-by: Kevin Bader <keb@visotech.at> | |||
2021-09-09 | fix(vim-interaction): look up the newest GVim instance (#9095) | Jóhann Friðriksson | |
Instead of relying on a hardcoded instance-name existing for the default-value, let's look up the latest instance. This also resolves my problem where MacVim had a servername of "VIM" instead of "GVIM". Co-authored-by: Johann Fridriksson <jofridri@silabs.com> | |||
2018-07-01 | Added "-n name" option to vim-interaction plugin (#4522) | Pierre Barbier de Reuille | |
2015-09-01 | [vim-interaction plugin] Escaping special chars in file names and ↵ | Marc Cornellà | |
simplifying code. | |||
2014-11-06 | Change all pwd calls for $PWD variable | Marc Cornellà | |
This avoids spawning additional processes as $PWD **always** contains the current working directory. | |||
2012-04-01 | Added an <esc> to the begining of everything. I ran something when I was in ↵ | Derek Wyatt | |
insert mode once and all it did was shove !args... into the buffer. <esc> first. | |||
2012-03-30 | Updated the README to include documentation on the postCallVim callout | Derek Wyatt | |
2012-03-30 | Added 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 | |||
2012-03-20 | Fixed: 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 | |||
2012-03-20 | A plugin that makes it easier to interact with the (single) running instance ↵ | Derek Wyatt | |
of gvim |