Skip to content

Releases: EvanQuan/vim-executioner

v1.4.0

07 Jan 02:18
Compare
Choose a tag to compare

Features

Add ability to execute files with Vim commands

v1.3.1

04 Jan 16:01
Compare
Choose a tag to compare

Fixes

Check if g:executioner#full_name and g:executioner#base_name are not equal to
1 to set them to default values

Defaults use defined g:executioner#full_name and g:executioner#base_name values

v1.3.0

01 Jan 23:17
Compare
Choose a tag to compare

Features

Add input and output redirection support
Add :ExecutionerHorizontalBuffer and :ExecutionerVerticalBuffer
Add java to defaults

v1.2.4

25 Dec 08:27
Compare
Choose a tag to compare

Fixes

Fix horizontal and vertical buffers without terminal window support not
working as intended.

v1.2.3

25 Dec 07:09
Compare
Choose a tag to compare

Fixes

Remove debug mapping

v1.2.2

25 Dec 07:08
Compare
Choose a tag to compare

Fixes

Fix file names in g:executioner#names not being detected correctly if
executed in another directory.

v1.2.1

06 Dec 20:53
Compare
Choose a tag to compare

Fixes

Command dictionaries are still created even if load_defaults is disabled
in case the user does not define them.

v1.2.0

02 Dec 23:55
Compare
Choose a tag to compare

Features

Defaults can be individually overridden instead of forcing the user
to define the whole dictionary.
Defaults can be disabled from loading with g:executioner#load_defaults

v1.1.2

02 Dec 23:54
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release

Fixes

Update defaults
.py executes python
.py2 executes python2

v1.1.1

27 Nov 23:21
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

Bug fixes

Does not horizontally/vertically split if there are multiple commands to
be executed (i.e. there are commands separated by semicolons). This is
due to how Vim's :terminal arguments work.