Skip to content

Tags: xolox/vim-shell

Tags

0.13.6

Toggle 0.13.6's commit message
Make it possible to silence full screen message (issue #26)

0.13.5

Toggle 0.13.5's commit message
Make it possible to disable use of the DDL (useful during testing)

0.13.4

Toggle 0.13.4's commit message
Increase verbosity of xolox#shell#can_use_dll()

0.13.3

Toggle 0.13.3's commit message
Merge pull request #25: Support MacVim fullscreen

0.13.2

Toggle 0.13.2's commit message
Remove duplicate help tag (issue #20)

See issue #20 on GitHub:
  #20

0.13.1

Toggle 0.13.1's commit message
Make sure vim-misc is installed, politely complain if it isn't

0.13

Toggle 0.13's commit message
Improvements on pull request #16

See pull request #16 on GitHub:
  #16

0.12.10

Toggle 0.12.10's commit message
Improve quoting in execute_with_dll() (xolox/vim-easytags#51)

I'm not yet 100% convinced this will work in all cases & environments,
because the rule* seems so crazy and arbitrary (coming from a UNIX
background). However I did test this quite a bit and it seems to work
reliably... Depending on how you read the documentation it could also
make sense :-)

For further discussion, see:
  xolox/vim-easytags#51

* "The rule": If your command line is properly quoted, just wrap it in
  another set of double quotes without escaping any of the double quotes
  inside and it will Just Work... Who comes up with this stuff?!

0.12.9

Toggle 0.12.9's commit message
Merge pull request #14

Pull request #14 on GitHub:
  #14

0.12.8

Toggle 0.12.8's commit message
Bug fix for 64 bit Windows backend of xolox#shell#execute_with_dll()

This bug fix is not actually confirmed to resolve the problem that was
reported in issue #13 (yet), however going by the documentation this is
an improvement in any case, so I will go ahead and release it and hope
it also fixes the reported problem :-)

Related to issue #13 on GitHub:
  #13