bexec v0.6 released: Execute Vim buffers and show output in new buffer.
Monday, March 31st, 2014
I’ve just released version 0.6 of my Vim bexec plugin.
Bexec is a Vim plugin that allows the user to execute the current buffer if it contains a script with a shebang (#!/path/to/interpreter) on the first line or if the default interpreter for the script’s type is known by Bexec. The output of the script will be grabbed and displayed in a separate buffer.
New in this version:
- Support (fix) for Windows support. (by mohd-akram)
You can get the new version (as a Vimball) from:
- The Bitbucket page or
- The Vim plugin page