Skip to content

Tags: artasparks/vim-run

Tags

v1.0.4

Toggle v1.0.4's commit message
Remove trailing spaces from output lines

v1.0.3

Toggle v1.0.3's commit message
Add index option to RunAgain, update docs

v1.0.2

Toggle v1.0.2's commit message
Added partial support for Neovim

Neovim's job control is implemented differently from that of Vim 8.0's.
You can still run and manage jobs, but streaming stdout to buffers and sending
keys to a running job is not supported.

v1.0.1

Toggle v1.0.1's commit message
Disabled command editing for split mode

Opening a split while the BufWinLeave autocmd is running causes issues.
Tried several workarounds to no avail, so the most workable solution is
to disable it for split/vsplit (not that it'll be used that much anyway).

v1.0.0

Toggle v1.0.0's commit message
First release