
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.
If the script is not yet saved, or if you are trying to execute only a visually selected piece of script, Bexec will save the buffer or selection to a temporary file and execute it from there.
If the output buffer doesn't exist yet, Bexec will create one for you. If a window displaying the buffer is not yet open, Bexec will split the current window and set it to display the output buffer.
| License: | Public Domain |
| Language: | Vim script |
| Current status: | Stable |
| Development activity: | Active |
Tested with:
| Status | Version | Release date | Download |
|---|---|---|---|
| Unstable | v0.5 | 04 Feb 2010 | bexec-0.5.vba |
| Unstable | v0.3 | 07 Feb 2007 | bexec-0.3.vba |